Discover MCP servers. Connect your agent.
MCP server for Atlassian Bitbucket Cloud. Interact with workspaces, repositories, pull requests, and code through AI assistants. List and search repositories, view pull request details, post review comments, and browse code. Connects AI directly to version control workflows. Install via npm: @anthropic/mcp-server-atlassian-bitbucket
https://github.com/aashari/mcp-server-atlassian-bitbucket
stdio
bearer
12 tools
bitbucketgitversion-controlatlassianpull-requestscode-review
Official Anthropic MCP server for Git operations. Read, search, and manipulate Git repositories. Install via npm: @modelcontextprotocol/server-git
https://github.com/modelcontextprotocol/servers/tree/main/src/git
stdio
open
18 tools
gitversion-controlofficialanthropic
Official Anthropic MCP server for GitHub. Interact with repositories, issues, pull requests, and more. Install via npm: @modelcontextprotocol/server-github
https://github.com/modelcontextprotocol/servers/tree/main/src/github
stdio
bearer
25 tools
githubgitversion-controlofficialanthropic
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
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"]
}'