Distributed agent architecture platform — 8 autonomous AI agents, 90+ job handlers, multi-provider LLM router, MCP server, Soul Spec personas
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"nexus-public": {
"command": "npx",
"args": [
"-y",
"niclydon/nexus-public"
]
}
}
}
Run in terminal:
claude mcp add nexus-public npx -y niclydon/nexus-public
Add to .cursor/mcp.json:
{
"mcpServers": {
"nexus-public": {
"command": "npx",
"args": [
"-y",
"niclydon/nexus-public"
]
}
}
}