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:
{
"mcpServers": {
"agents-machine": {
"serverUrl": "http://localhost:3000/mcp"
}
}
}Verify:
- Restart Windsurf
- Open the Cascade panel (
Cmd/Ctrl+L) - Try: "List my stored memories"
Add to .cursor/mcp.json in your project root:
{
"mcpServers": {
"agents-machine": {
"serverUrl": "http://localhost:3000/mcp"
}
}
}Verify:
- Restart Cursor
- Open the AI chat panel
- 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/mcpVerify:
- Start a new Claude Code session
- Run
/mcpto see connected servers - Agents Machine tools should be listed