mcp-server

doc-scout/mcp-server
★ 2 stars Go 🧠 Memory/Knowledge Updated 1mo ago
DocScout-MCP is a MCP server written in Go that securely connects to your GitHub Organization, scans all repositories for documentation files, and provides intelligent context to AI Assistants (like Claude, Cursor, and others).
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server": {
      "command": "go",
      "args": [
        "run",
        "github.com/doc-scout/mcp-server@latest"
      ]
    }
  }
}