sqlite-mcp-server

ljxiong313/sqlite-mcp-server
★ 1 stars Go 🗄️ Database Updated today
An MCP server.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sqlite-mcp-server": {
      "command": "go",
      "args": [
        "run",
        "github.com/ljxiong313/sqlite-mcp-server@latest"
      ]
    }
  }
}