Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From adr
Connects to the BeeVibe platform's CTO (Customer Time Onboarding) service for project management and workflow automation. Runs locally via npx.
npx claudepluginhub beevibe-ai/beevibe-ctoCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"adr": {
"command": "npx",
"args": [
"-y",
"--package=github:beevibe-ai/beevibe-cto",
"adr-mcp"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.