PluginBench
MCP Server
Maintained
MIT

io.github.Codeturion/codesurface MCP Server

io.github.Codeturion/codesurface

What is the io.github.Codeturion/codesurface MCP server?

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

How to install io.github.Codeturion/codesurface

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "codesurface": {
      "command": "uvx",
      "args": [
        "codesurface"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "codesurface": {
      "command": "uvx",
      "args": [
        "codesurface"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "codesurface": {
      "command": "uvx",
      "args": [
        "codesurface"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "codesurface": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "codesurface"
      ]
    }
  }
}
Claude Code
claude mcp add codesurface -- uvx codesurface

Related MCP servers

Accurate UE5 C++ API docs for AI agents. Prevents hallucinated signatures and includes.

87
Python
View repository →

Accurate Unity API docs (2022/2023/6) for AI agents. Prevents hallucinated signatures.

63
Python
View repository →