Back to directory
hannesrudolph/sqlite-explorer-fastmcp-mcp-server

hannesrudolph/sqlite-explorer-fastmcp-mcp-server

@hannesrudolph

An MCP server that provides safe, read-only access to SQLite databases through Model Context Protocol (MCP).

sqlitedatabasemcpfastmcpread-onlyqueryexplorerpython

Installation & Configuration

{
  "sqlite-explorer": {
    "command": "uv",
    "args": [
      "run",
      "--with",
      "fastmcp",
      "--with",
      "uvicorn",
      "fastmcp",
      "run",
      "/path/to/repo/sqlite_explorer.py"
    ],
    "env": {
      "SQLITE_DB_PATH": "/path/to/your/database.db"
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/12
Updated
2026/6/12