mcp-server

doc-scout/mcp-server
★ 2 stars Go 🧠 Memory/Knowledge Updated today
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 →

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"
      ]
    }
  }
}