What is the Repowise (Hosted) MCP server?
Hosted codebase intelligence for repos indexed on repowise.dev — no local indexing needed.
How to install Repowise (Hosted)
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Environment / auth
AuthorizationrequiredsecretBearer token: 'Bearer rw_live_...' — create an API key in the repowise.dev dashboard (read scope is sufficient)
Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"repowise-hosted": {
"url": "https://api.repowise.dev/mcp/{owner}/{repo}"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"repowise-hosted": {
"serverUrl": "https://api.repowise.dev/mcp/{owner}/{repo}"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"repowise-hosted": {
"type": "http",
"url": "https://api.repowise.dev/mcp/{owner}/{repo}"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"repowise-hosted": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.repowise.dev/mcp/{owner}/{repo}"
]
}
}
}Claude Code
claude mcp add --transport http repowise-hosted https://api.repowise.dev/mcp/{owner}/{repo}Related MCP servers
Codebase intelligence for AI coding agents — graph, git history, docs, decisions, code health.
View repository →