Codex and Claude Code plugins for agent-bus: local message bus for AI agent-to-agent communication. Bundles the MCP server, slash commands, and the universal Agent Skill.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"agent-bus-plugins": {
"command": "npx",
"args": [
"-y",
"MustaphaSteph/agent-bus-plugins"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add agent-bus-plugins npx -y MustaphaSteph/agent-bus-plugins
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"agent-bus-plugins": {
"command": "npx",
"args": [
"-y",
"MustaphaSteph/agent-bus-plugins"
]
}
}
}
📋 Copy