Local SQLite database operations via MCP. Create tables, run queries, inspect schemas, and analyze data. Perfect for local development, data exploration, and agent memory persistence.
Install via CLI
mog install mogteam/mcp-sqliteManual config
.cursor/mcp.json{
"mcpServers": {
"mogteam-mcp-sqlite": {
"command": "uvx",
"args": [
"mcp-server-sqlite",
"--db-path",
"/tmp/agent.db"
]
}
}
}Or run mog install to configure automatically. MCP docs
Local SQLite database operations via MCP. Create tables, run queries, inspect schemas, and analyze data. Perfect for local development, data exploration, and agent memory persistence.
mog install mogteam/mcp-sqlite
Requires
uv. Change/tmp/agent.dbto your desired database path.
sqlite database sql local mcp
Sourced from Anthropic (official MCP) — ⭐ 79,365 stars.
No ratings yet.
@mogteam
Official curated skills and prompt templates from the mog.md team.
Source
Anthropic (official MCP)
github.com/modelcontextprotocol/serversThis package is sourced from the above repository and distributed on mog under its original license.
Releases