MCP.so
Sign In
Servers

MCP SQLite Server

@cnosuke

Generic MCP server to manipulate SQLite

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-sqlite-cnosuke": {
      "command": "docker",
      "args": [
        "pull",
        "cnosuke/mcp-sqlite:latest"
      ]
    }
  }
}

More from Databases