Skip to content
Back to search
30
MCP v0.6.0

io.github.Codeturion/codesurface

io.github.Codeturion/codesurface

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

Uptime
0.0%
7 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

io.github.codeturion/codesurface
Indexes your codebase's public API and serves it via compact MCP tool responses.
0 tools
mcp-codebase-index
Structural codebase indexer with MCP server for AI-assisted development
0 tools
io.github.egulatee/codecov
MCP server for querying Codecov coverage data with configurable URL support
0 tools
io.github.mikerecognex/mcp-codebase-index
Structural codebase indexer with 17 query tools. 87% token reduction. Zero dependencies.
0 tools
io.github.giancarloerra/socraticode
MCP server for local codebase indexing, semantic search, and code dependency graphs.
0 tools
io.github.MikeRecognex/mcp-codebase-index
Structural codebase indexer with 17 query tools. 87% token reduction. Zero dependencies.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.codeturion/codesurface": {
      "url": "None",
      "transport": "http"
    }
  }
}