Editor configs
Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"agensai": {
"command": "agensai",
"args": ["mcp", "start"]
}
}
}Restart Claude Desktop. Open a new conversation and ask "list my agents" to confirm.
Cursor
Edit ~/.cursor/mcp.json:
{
"mcpServers": {
"agensai": {
"command": "agensai",
"args": ["mcp", "start"]
}
}
}Codex
{
"mcp": {
"servers": {
"agensai": {
"command": "agensai",
"args": ["mcp", "start"]
}
}
}
}Windsurf
In Windsurf settings, add a new MCP server:
- Name:
agensai - Command:
agensai - Args:
mcp start
Gemini
mcp:
servers:
agensai:
command: agensai
args: [mcp, start]Warp
In Warp settings → AI → MCP servers, add:
- Name:
agensai - Command:
agensai mcp start
Profiles
To target a non-default profile, append --profile <name> to the args array.
Verifying
Once wired, ask the model: "What agents do I have?" If the MCP server is reachable, you'll get a list. If not, you'll get a generic LLM answer — that's the signal to check the editor's MCP logs.