Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From claudeclaw-plus
Runs a local MCP server for the 'plus-bus' system using a TypeScript entry point. Likely provides tools or data for internal bus-related operations.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"plus-bus": {
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/start-bus-mcp",
"args": [
"${CLAUDE_PLUGIN_ROOT}/src/bus/mcp-server.ts"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
${CLAUDE_PLUGIN_ROOT}/scripts/start-bus-mcpCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
npx claudepluginhub terryspov/claudeclaw-plus --plugin claudeclaw-plus