@magentaesolutions/command-center-mcp
v1.0.0
Published
MCP server for Command Center - manage plans, tasks, and milestones
Maintainers
Readme
Command Center MCP
MCP server for Command Center — manage plans, tasks, and milestones from any Claude Code project.
Setup
Add to your project's .mcp.json:
{
"mcpServers": {
"command-center": {
"command": "npx",
"args": ["-y", "@magentaesolutions/command-center-mcp"],
"env": {
"COMMAND_CENTER_API_URL": "https://me.solutions.com.sg",
"COMMAND_CENTER_API_KEY": "cc_your_key_here"
}
}
}
}Get your API key from Command Center: Admin > API keys.
Environment Variables
| Variable | Required | Description |
|---|---|---|
| COMMAND_CENTER_API_URL | Yes | Command Center base URL |
| COMMAND_CENTER_API_KEY | Yes | API key for authentication |
Tools
| Tool | Description |
|---|---|
| save_plan | Create a new plan/spec |
| list_plans | List plans (filter by status, tag, search) |
| get_plan | Get full plan content by ID |
| update_plan | Update an existing plan |
| list_tasks | List pending tasks across clients/projects |
| list_milestones | List upcoming milestones |
