GitMCPServer

idosal
GitHub
GitHub IntegrationAI ToolsDocumentation

Loading subscription status...

💡 Description

GitMCP is a free, open-source remote MCP server that transforms any GitHub project into a documentation hub, allowing AI tools to access the latest documentation and code, even if the AI model has never used it before, effectively eliminating code hallucinations.

📝 JSON Entries

{
  "mcpServers": [
    {
      "gitmcp": {
        "args": [
          "mcp-remote",
          "https://gitmcp.io/{owner}/{repo}"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

fetch_<repo-name>_documentationsearch_<repo-name>_documentationfetch_url_contentsearch_<repo-name>_code

Features

  • Access to current documentation of ANY GitHub project
  • No hallucinations
  • No setup required
  • Embedded chat with documentation

💬 Example Queries

  • How do I use the Playwright MCP?
  • Add memory to my LangGraph agent
  • Explain how the OpenAI Whisper language recognition model works.