MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

MCP server for SQLite

Created 8/30/2025
Updated 8 days ago
Repository documentation and setup instructions

sqlite-mcp

{
  "mcpServers": {
    "sqlite": {
      "command": "bunx sqlite-mcp@latest",
      "env": {
        "DATABASE_URL": "/path/to/db.sqlite"
      }
    }
  }
}

🛠️ Add it to ChatWise.

Notes

DATABASE_URL supports file path or LibSQL connection string.

Examples

Use it with ChatWise's local database:

{
  "mcpServers": {
    "chatwise_sqlite": {
      "command": "bunx sqlite-mcp@latest",
      "env": {
        "DATABASE_URL": "$HOME/Library/Application Support/app.chatwise/app.db"
      }
    }
  }
}

 Add it to ChatWise (macOS) 🪟 Add it to ChatWise (Windows).

License

MIT

Quick Setup
Installation guide for this server

Install Package (if required)

npx @modelcontextprotocol/server-sqlite-mcp

Cursor configuration (mcp.json)

{ "mcpServers": { "egoist-sqlite-mcp": { "command": "npx", "args": [ "egoist-sqlite-mcp" ] } } }