Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by askbudi • Uncategorized
A local MCP server coordinating specialized AI sub-agents for complex engineering tasks.
Analyze large codebases with extended context using Gemini.
Logical reasoning and infrastructure review using Claude.
Code implementation and fixes using Codex.
Roundtable AI is a local Model Context Protocol (MCP) server that enables a primary AI assistant to delegate tasks to specialized sub-agents like Gemini, Claude, Codex, and Cursor. It provides context continuity, parallel execution, and model specialization to solve complex engineering problems efficiently. The server integrates with 26+ IDEs and uses existing CLI tools and API subscriptions without extra cost.
Check if Codex CLI is available and configured properly. Returns: Status message about Codex availability
Check if Claude Code CLI is available and configured properly. Returns: Status message about Claude Code availability
Check if Cursor Agent CLI is available and configured properly. Returns: Status message about Cursor Agent availability
Check if Gemini CLI is available and configured properly. Returns: Status message about Gemini availability
Execute a coding task using Codex CLI agent. Codex has access to file operations, shell commands, web search, and can make code changes directly. It's ideal for implementing features, fixing bugs, refactoring code, and other development tasks. IMPORTANT: Always provide an absolute path for project_path to ensure proper execution. If you don't provide project_path, the current working directory will be used. Args: instruction: The coding task or instruction to execute project_path: ABSOLUTE path to the project directory (e.g., '/home/user/myproject'). If not provided, uses current working directory. session_id: Optional session ID for conversation continuity model: Optional model to use ( 'gpt-5' is the only supported model) is_initial_prompt: Whether this is the first prompt in a new session Returns: Summary of what the Codex agent accomplished
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.