13 lines
445 B
JSON
13 lines
445 B
JSON
{
|
|
"mcpServers": {
|
|
"circleci-mcp-server": {
|
|
"description": "Integrate CircleCI build and deployment pipeline management with your Claude Code workflow. Monitor builds, trigger deployments, and access project insights.",
|
|
"command": "npx",
|
|
"args": ["-y", "@circleci/mcp-server-circleci"],
|
|
"env": {
|
|
"CIRCLECI_TOKEN": "your-circleci-token",
|
|
"CIRCLECI_BASE_URL": "https://circleci.com"
|
|
}
|
|
}
|
|
}
|
|
} |