Enterprise AI agent orchestration platform — 60+ specialized agents, swarm coordination, MCP server, self-learning hooks, and vector memory for Claude Code
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"monomind": {
"command": "npx",
"args": [
"-y",
"monoes/monomind"
]
}
}
}
Run in terminal:
claude mcp add monomind npx -y monoes/monomind
Add to .cursor/mcp.json:
{
"mcpServers": {
"monomind": {
"command": "npx",
"args": [
"-y",
"monoes/monomind"
]
}
}
}