MCP server and webapp for database operations with 15 portmanteau tools supporting SQLite, PostgreSQL, ChromaDB, Firefox bookmarks, and Windows registry management
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"database-operations-": {
"command": "uvx",
"args": [
"database-operations-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add database-operations- uvx database-operations-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"database-operations-": {
"command": "uvx",
"args": [
"database-operations-mcp"
]
}
}
}
📋 Copy
Or install with pip: pip install database-operations-mcp
README Excerpt
<p align="center"> <a href="https://github.com/casey/just"><img src="https://img.shields.io/badge/just-ready_to_go-7c5cfc?style=flat-square&logo=just&logoColor=white" alt="Just"></a> <a href="https://github.com/astral-sh/ruff"><img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json" alt="Ruff"></a>
Tools (13)
agentic_workflow_tool db_analyzer db_connection db_fts db_management db_operations db_schema help_system media_library redis system_init uvx windows_system
Topics
database fastmcp mcp python sql