MCP server for the Wobbo Bobo AI content pipeline: Postgres ops tools, performance correlation, and a Claude-powered creative sandbox (Direction/Hook/Script agents).
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": {
"wobbobobo-mcp-server": {
"command": "uvx",
"args": [
"wobbobobo-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add wobbobobo-mcp-server uvx wobbobobo-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"wobbobobo-mcp-server": {
"command": "uvx",
"args": [
"wobbobobo-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install wobbobobo-mcp-server