Agents Machine

IDE Setup

Connect Agents Machine to Windsurf, Cursor, or Claude Code.

Make sure the desktop app is running before configuring your IDE. The MCP server endpoint is: http://localhost:3000/mcp

Setup

Add to ~/.codeium/windsurf/mcp_config.json:

mcp_config.json
{
  "mcpServers": {
    "agents-machine": {
      "serverUrl": "http://localhost:3000/mcp"
    }
  }
}

Verify:

  1. Restart Windsurf
  2. Open the Cascade panel (Cmd/Ctrl+L)
  3. Try: "List my stored memories"

Add to .cursor/mcp.json in your project root:

mcp.json
{
  "mcpServers": {
    "agents-machine": {
      "serverUrl": "http://localhost:3000/mcp"
    }
  }
}

Verify:

  1. Restart Cursor
  2. Open the AI chat panel
  3. Try: "Use agents-machine to store a memory about this project"

Run in your terminal:

claude mcp add --transport http agents-machine http://localhost:3000/mcp

Verify:

  1. Start a new Claude Code session
  2. Run /mcp to see connected servers
  3. Agents Machine tools should be listed

Troubleshooting

On this page