uncover-mcp

Co5mos/uncover-mcp
★ 13 stars Go 📦 Other Updated 25d ago
uncover mcp server
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": {
    "uncover-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/Co5mos/uncover-mcp@latest"
      ]
    }
  }
}