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 Docker MCP Gateway and Toolkit. Manage containerized MCP servers, discover tools from the Docker MCP Catalog (200+ servers), and run containers securely. Unified interface for AI models to access MCP servers through a single gateway with secure defaults. Install via Docker Desktop.
https://github.com/docker/mcp-gateway
stdio
open
15 tools
dockercontainersdevopsorchestrationmcp-gatewayofficial
Registered 2026-02-09 by
Docker
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
Native Kubernetes MCP server for cluster management. Unlike kubectl wrappers, this Go-based implementation interacts directly with the Kubernetes API server. Manage pods, deployments, services, configmaps, namespaces, and more. Supports both Kubernetes and OpenShift. AI-powered cluster troubleshooting and resource management.
https://github.com/containers/kubernetes-mcp-server
stdio
bearer
20 tools
kubernetesk8scontainersorchestrationdevopsopenshiftcloud-native
Deploy and manage Railway projects and services. Create deployments, manage environment variables, view logs, and control infrastructure on the Railway platform.
https://github.com/gleich/railway-mcp
stdio
api_key
8 tools
deploymenthostinginfrastructuredevops
Registered 2026-02-17
Official HashiCorp Terraform MCP Server for Infrastructure as Code. Search and retrieve provider documentation, access module information with inputs, outputs, and examples. Find Sentinel policies for governance and compliance. Manage HCP Terraform workspaces, variables, and variable sets. Dual transport support (Stdio and StreamableHTTP). AI-powered IaC development workflows.
https://github.com/hashicorp/terraform-mcp-server
stdio
api_key
12 tools
iacterraforminfrastructurehashicorpdevopscloudofficial
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"]
}'