Discover MCP servers. Connect your agent.
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
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"]
}'