chart-canvas
v0.3.2
io.github.gluip/chart-canvas
Create interactive visualizations and query data sources (SQLite, CSV, Parquet, JSON)
“sqlite” 共 166 个结果
v0.3.2
io.github.gluip/chart-canvas
Create interactive visualizations and query data sources (SQLite, CSV, Parquet, JSON)
v0.3.0
io.github.atarkowska/fastmcp-sqltools
A MCP server provides SQL database access with support for PostgreSQL, MySQL, and SQLite.
v1.2.4
io.github.pilat/mcp-datalink
MCP server for secure database access (PostgreSQL, MySQL, SQLite)
v1.0.0
com.exoquery/mcp-server
Kotlin compile-time SQL library. Docs, code validation, and SQLite execution tools.
v0.4.1
io.github.rosch100/mcp-encrypted-sqlite
MCP server for encrypted SQLite databases (SQLCipher 4) - Works with MoneyMoney, KeePass and more
v0.2.4
io.github.rosch100/mcp-sqlite
MCP server for SQLCipher 4 encrypted SQLite databases with full CRUD operations and query support
v2.6.3
io.github.neverinfamous/sqlite-mcp-server
SQLite MCP server with 73 tools for JSONB, full-text search, geospatial, and analytics.
v1.16.0
ai.smithery/wgong-sqlite-mcp-server
Explore, query, and inspect SQLite databases with ease. List tables, preview results, and view det…
v1.16.0
ai.smithery/afgong-sqlite-mcp-server
Explore your Messages SQLite database to browse tables and inspect schemas with ease. Run flexible…
v0.0.11
io.github.spences10/mcp-sqlite-tools
MCP server for local SQLite database operations
vdev
io.github.code-yeongyu/oh-my-openagent/codex-qa
QA the omo Codex Light edition (lazycodex / packages/omo-codex) itself, in strict isolation so ONLY our plugin is exercised, never the user's real ~/.codex. The first-party method drives the real `codex app-server` against an isolated CODEX_HOME plus a LOCAL mock model (no real API call), and proves a plugin hook fired by asserting hook/started + hook/completed notifications. Also: isolated install verification, per-component hook probes, a tmux TUI smoke, and runtime log observation (RUST_LOG / logs SQLite / /debug-config). Ships tested helper scripts each with a --self-test. Use whenever someone changes anything under packages/omo-codex or wants to QA, smoke-test, verify, or debug the Codex plugin, its hooks/components, the installer/config.toml, the app-server flow, or the Codex TUI. Triggers: codex qa, qa codex, codex-qa, test codex plugin, verify codex hook, codex app-server, lazycodex qa, isolated CODEX_HOME, prove codex hook fired, codex tui test.
vmaster
io.github.SRombauts/SQLiteCpp/sqlitecpp-ci-workflows
SQLiteCpp CI workflow patterns. Use for GitHub Actions, AppVeyor, Travis, matrices, or test steps.
vmaster
io.github.SRombauts/SQLiteCpp/sqlitecpp-workflow
SQLiteCpp change workflow checklists for API, tests, build files, and CHANGELOG updates. Use when adding a method or class, editing build files, or writing a CHANGELOG entry for a PR.
vmaster
io.github.SRombauts/SQLiteCpp/sqlitecpp-coding-standards
SQLiteCpp coding standards and API rules for core edits, public headers, style, and Doxygen.
vmaster
io.github.SRombauts/SQLiteCpp/sqlitecpp-update-sqlite
How to update the bundled SQLite3 amalgamation (sqlite3/sqlite3.c and sqlite3.h) and the Meson wrap. Use when upgrading SQLite, refreshing the vendored amalgamation, or bumping the sqlite3 wrap.
vmaster
io.github.SRombauts/SQLiteCpp/sqlitecpp-release
SQLiteCpp release procedure: bump the version across all files, finalize the CHANGELOG, open the Release PR, and tag. Use when cutting a new release, bumping the project version, or tagging.
vmaster
io.github.SRombauts/SQLiteCpp/sqlitecpp-git-branching
SQLiteCpp branch naming and creation rules for starting tasks, issues, or features.
vmaster
io.github.SRombauts/SQLiteCpp/sqlitecpp-build-cmake
Build SQLiteCpp with CMake. Use for CMake builds, tests, options, or build scripts.
vmain
io.github.borghei/Claude-Skills/database-schema-designer
Design relational schemas from requirements with normalization, migrations, ERDs, RLS policies, and indexes for PostgreSQL, MySQL, and SQLite. Use when designing new features, reviewing schemas, or adding multi-tenancy.
vmain
io.github.mizchi/skills/plan-audit
Run EXPLAIN QUERY PLAN against every query in a sqlc-style catalog and diff the plans against a baseline. Detects new full-table SCANs and TEMP B-TREE sort scans introduced by PRs. SQLite/D1-only today; engine extension noted below.
vv2
io.github.jxxghp/MoviePilot/database-operation
Use this skill when you need to inspect, query, maintain, or carefully modify the MoviePilot database. This skill uses the bundled scripts/mp-db.py helper, which reads MoviePilot local settings itself and never requires database passwords or full PostgreSQL DSNs in the agent prompt. Applicable scenarios include data statistics, counts, aggregations, inspecting or fixing records, cleanup requests, and questions like "how many downloads", "show site stats", "delete old records", or "why is this subscription stuck".
vmain
io.github.biersoeckli/QuickStack/backend-testing
Create and review QuickStack backend unit and integration tests using the project's Vitest, Prisma, SQLite, and k3s conventions. Use when editing backend test files under `src/server/`, `src/shared/`, or `src/__tests__/integration/`, or when the user asks for backend test coverage, mocks, Prisma test DB setup, or Kubernetes integration tests.
vmain
io.github.Nevo24/leap/cursor-editor-agent-tabs
How the Leap Monitor shows read-only editor-GUI agent rows - open Cursor (the editor) Agent/Composer tabs AND VS Code Copilot Chat sessions. Covers the on-disk scans (scan_open_cursor_agents, scan_open_vscode_copilot_sessions), status mapping, jump via the shared Leap extension, synthetic row reconciliation, the close buttons (Cursor close-tab / VS Code remove-row), and the shared GUI_TAG_PREFIXES/GUI_ROW_TYPES plumbing. Use this when working on cursor_gui_scan.py, vscode_copilot_scan.py, editor-GUI agent rows, or editor chat navigation.
vmain
io.github.microclaw/microclaw/sql
Write, run, and explain SQL queries, and do quick local analysis of CSV/SQLite data with the sqlite3 CLI. Use when users want a SQL query written or fixed, want to query a .db/.sqlite file, or want to analyze a CSV with SQL (joins, group by, window functions). Triggers on mentions of SQL, query, SELECT, JOIN, GROUP BY, sqlite, database table, 查询, 数据库, 写个 sql, 联表, 分组.