IDE Integration (MCP)
Connect Agents Machine to your IDE via the Model Context Protocol.
The Model Context Protocol (MCP) is an open standard that connects AI systems with external tools and data sources. Agents Machine exposes 60+ tools to your IDE through this protocol.
Supported IDEs
Windsurf
Fully supported via Streamable HTTP transport. Add to mcp_config.json.
Cursor
Fully supported via Streamable HTTP transport. Add to .cursor/mcp.json.
Claude Code
Fully supported via Streamable HTTP. Add with claude mcp add.
How It Works
Desktop App Starts the Server The MCP server runs as a **sidecar
process** inside the desktop app ā no separate installation needed.
Server Exposes HTTP Endpoint The server listens on port 3000 and
exposes tools at /mcp.
IDE Connects Your IDE connects to http://localhost:3000/mcp using
streamable HTTP transport and gains access to all tools.
Just launch the desktop app and configure your IDE ā the MCP server starts and stops automatically with the app.
Tool Groups (60+)
See the Tools Reference for full parameter documentation.