Roundtable provides a unified interface to multiple AI coding assistants (Codex, Claude Code, Cursor, Gemini) through auto-discovery. It exposes a standardized API for querying these models, handling authentication, and managing responses. Developers use it to integrate multiple coding assistants into their workflow without manual configuration.
Roundtable provides a unified interface to multiple AI coding assistants (Codex, Claude Code, Cursor, Gemini) through auto-discovery. It exposes a standardized API for querying these models, handling authentication, and managing responses. Developers use it to integrate multiple coding assistants into their workflow without manual configuration.
pip install roundtableAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"askbudi-roundtable-github": {
"command": "uvx",
"args": [
"pip install roundtable"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from roundtable?"
No configuration required. This server works out of the box.
"What resources are available in roundtable?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in roundtable"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in roundtable with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.