Some notes on Model Context Protocol (MCP) tools I’ve stumbled across that seem interesting or useful to me personally — not aiming to be a catch-all list.
- https://github.com/github/github-mcp-server
GitHub MCP Server #
GitHub's official MCP Server #
The GitHub MCP Server connects AI tools directly to GitHub's platform. This gives AI agents, assistants, and chatbots the ability to read repositories and code files, manage issues and PRs, analyze code, and automate workflows. All through natural language interactions.
- https://github.com/github/github-mcp-server#remote-github-mcp-server
Remote GitHub MCP Server #
The remote GitHub MCP Server is hosted by GitHub and provides the easiest method for getting up and running. If your MCP host does not support remote MCP servers, don't worry! You can use the local version of the GitHub MCP Server instead. #
- https://github.com/github/github-mcp-server#local-github-mcp-server
Local GitHub MCP Server #
- https://github.com/github/github-mcp-server#tools
Tools #
- https://developers.cloudflare.com/agents/model-context-protocol/mcp-servers-for-cloudflare/
Cloudflare's own MCP servers #
Cloudflare runs a catalog of managed remote MCP Servers which you can connect to using OAuth on clients like Claude ↗, Windsurf ↗, our own AI Playground ↗ or any SDK that supports MCP ↗. These MCP servers allow your MCP Client to read configurations from your account, process information, make suggestions based on data, and even make those suggested changes for you. All of these actions can happen across Cloudflare's many services including application development, security and performance.
- https://github.com/cloudflare/mcp-server-cloudflare