Back to directory
mcp_sqlite_poc

mcp_sqlite_poc

@madhavarora19880

An MCP server implementation for SQLite databases, enabling AI models to interact with SQLite through standardized tools for query execution, schema discovery, and data management.

sqlitedatabasepythonpoc

Installation & Configuration

{
  "mcpServers": {
    "sqlite": {
      "command": "<Path to UV>",
      "args": [
        "--directory",
        "<Absolute Path to Project Workspace>",
        "run",
        "server.py"
      ]
    }
  }
}

Information

Transport
stdiosse
Language
Python
Created
2025/4/27
Updated
2025/4/27