Shared session bus MCP+CLI for Claude/Codex/Cursor/Grok: list, read, handoff, send, spawn.
claude mcp add magents -- docker run -i --rm ghcr.io/abnegate/magents:0.11.0
claude_desktop_config.json
{
"mcpServers": {
"magents": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/abnegate/magents:0.11.0"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"magents": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/abnegate/magents:0.11.0"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"magents": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/abnegate/magents:0.11.0"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"magents": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/abnegate/magents:0.11.0"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"magents": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/abnegate/magents:0.11.0"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.abnegate--magents/reviews or the review_server meta-tool.
POST /mcp