Skip to content
Claude Desktop

Repowise (Hosted) for Claude Desktop

dev.repowise/repowise-hosted

Hosted codebase intelligence for repos indexed on repowise.dev — no local indexing needed.

client:Claude Desktop transport:streamable-http

Install Repowise (Hosted) in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "repowise-hosted": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.repowise.dev/mcp/{owner}/{repo}"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Repowise (Hosted) in other clients