Back to directory
panasenco/mcp-sqlite

panasenco/mcp-sqlite

@panasenco19

MCP server that enables AI agents to interact with SQLite databases through structured tools and queries.

sqlitedatabasesqlai-agentdata-access

Installation & Configuration

{
  "mcpServers": {
    "sqlite": {
      "command": "uvx",
      "args": [
        "mcp-sqlite",
        "/absolute/path/to/titanic.db",
        "--metadata",
        "/absolute/path/to/titanic.yml"
      ]
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2025/5/30
Updated
2026/6/7