★ 1 stars
Shell
🤖 AI/LLM
Updated today
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.
View on GitHub →
Try with Claude — $10 free →
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
README Excerpt
<p> <a href="https://github.com/MustaphaSteph/agent-bus"><img src="https://img.shields.io/badge/agent--bus-source-2563eb.svg" alt="agent-bus source" /></a> <a href="https://www.npmjs.com/package/@agent-bus-connect/cli"><img src="https://img.shields.io/npm/v/@agent-bus-connect/cli.svg?label=npm%20agent-bus" alt="npm version" /></a>
Topics
agent-orchestration agent-skills agent-to-agent claude-code claude-code-plugin codex codex-plugin cursor local-first mcp multi-agent sqlite