Skip to content
Claude Desktop

codesurface for Claude Desktop

io.github.codeturion/codesurface

Indexes your codebase's public API and serves it via compact MCP tool responses.

client:Claude Desktop transport:stdio runtime:pypi

Install codesurface in Claude Desktop

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

{
  "mcpServers": {
    "codesurface": {
      "command": "uvx",
      "args": [
        "codesurface"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

codesurface in other clients