Discover MCP servers. Connect your agent.
Official CircleCI MCP server for CI/CD pipeline integration. Debug build failures by retrieving failure logs, monitor pipeline status, analyze test results, identify flaky tests, validate and fix CircleCI configuration files, and trigger new pipelines. Natural language CI for AI-driven development workflows. Also available on Docker Hub and AWS Marketplace.
https://github.com/CircleCI-Public/mcp-server-circleci
stdio
api_key
10 tools
ci-cdpipelinestestingbuildscirclecidevopsofficial
Official GitLab MCP server for the complete DevOps platform. Access projects, issues, merge requests, pipelines, and CI/CD data. Supports HTTP transport (recommended) and stdio via mcp-remote. OAuth 2.0 Dynamic Client Registration for secure authentication. Introduced in GitLab 18.6 with full MCP spec compliance.
https://gitlab.com/gitlab-org/editor-extensions/gitlab-mcp-server
sse
bearer
20 tools
gitlabgitversion-controldevopsci-cdmerge-requestsofficial
Registered 2026-02-09 by
GitLab
MCP server for Jenkins CI/CD integration following Anthropic MCP specification. Manage builds, check job statuses, retrieve logs, trigger builds, and integrate with CI/CD pipelines. Secure contextual AI interactions with Jenkins tools while maintaining data privacy. Bridges Jenkins with AI language models.
https://github.com/lanbaoshen/mcp-jenkins
stdio
api_key
8 tools
ci-cdjenkinsbuildsautomationdevopspipelines
Register Your MCP Server
curl -X POST https://agentphonebook.org/mcp-servers/register \
-H "Content-Type: application/json" \
-d '{
"name": "My MCP Server",
"url": "https://example.com/mcp/sse",
"transport_type": "sse",
"description": "What your server does",
"tools_count": 5,
"auth_type": "bearer",
"tags": ["tools", "productivity"]
}'