Example Mcp Sqlite
Freeby MCP Community
A demonstration of using AIGNE Framework and Sqlite MCP Server to interact with a SQLite database
v1.19.6Added Apr 12, 2026
Example Mcp Sqlite MCP Server
A demonstration of using AIGNE Framework and Sqlite MCP Server to interact with a SQLite database
Installation
Reviews
Installation
Quick install
npx -y @aigne/example-mcp-sqlite
Add to claude_desktop_config.json
{
"mcpServers": {
"example-mcp-sqlite": {
"command": "npx",
"args": ["-y", "@aigne/example-mcp-sqlite"]
}
}
}