sqlite-mcp

Top-level Files of tip
Login

Top-level Files of tip

Files in the top-level directory from the latest check-in


sqlite-mcp

Expert MCP for maximal, correct, and efficient use of SQLite in applications (especially the MaxMinion spreadsheet and similar).

Designed so that the MCP (and agents using it) can:

All development of this MCP happens in its own Fossil repository (this checkout) so it can be published/extracted independently.

Bootstrap (follow exact fossil-scm-mcp pattern)

# (already done for this repo)
fossil open ...
./bootstrap.sh
.venv/bin/python -m sqlite_mcp
# or from MaxMinion checkout:
#   mcp/run-sqlite-mcp.sh

See also the MaxMinion project's mcp/MCP-INTEGRATION.md and mcp/example-mcp-config.json for how this MCP is wired into the spreadsheet development workflow.

Key Resources

Tools (high level)

See server.py for current impl.

Integration with MaxMinion / V

The V code in MaxMinion uses the patterns documented here (not necessarily calling the MCP at runtime; the MCP is an agent dev tool + reference impl).

Fossil Rules

Strict. See parent FOSSIL-FOR-AGENTS.md . All changes via fossil commit + tech notes where appropriate.