Codeturion/codesurface
Give your AI agent instant API lookups instead of expensive source file reads. MCP server for C#, Go, Java, Python, and TypeScript.
Builds a lightweight index of public APIs at startup via language-specific parsers, then serves structured class/method/field metadata through 5 MCP tools—eliminating full-file reads and reducing hallucination risk. Includes line numbers for targeted source lookups and auto-detects language across mixed-language projects. Benchmarks show 44–87% token savings vs. grep/read workflows, with incremental reindexing on file changes.
Available on PyPI.
Stars
19
Forks
2
Language
Python
License
—
Category
Last pushed
Mar 03, 2026
Monthly downloads
304
Commits (30d)
0
Dependencies
1
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/mcp/Codeturion/codesurface"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
bgauryy/octocode-mcp
MCP server for semantic code research and context generation on real-time using LLM patterns |...
DeusData/codebase-memory-mcp
MCP server that indexes your codebase into a persistent knowledge graph. 64 languages, sub-ms...
wrale/mcp-server-tree-sitter
MCP Server for Tree-sitter
aimasteracc/tree-sitter-analyzer
A scalable, multi-language code analysis framework based on Tree-sitter, usable both as a CLI...
MikeRecognex/mcp-codebase-index
17 MCP query tools for codebase navigation — functions, classes, imports, dependency graphs,...