🚀 Manage your Citus distributed PostgreSQL clusters effortlessly with Citus MCP, an AI-powered server enabling seamless interactions with AI assistants.
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": {
"citus-mcp": {
"command": "go",
"args": [
"run",
"github.com/Clauzi123/citus-mcp@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add citus-mcp go run github.com/Clauzi123/citus-mcp@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"citus-mcp": {
"command": "go",
"args": [
"run",
"github.com/Clauzi123/citus-mcp@latest"
]
}
}
}
📋 Copy