Codeturion/codesurface
Give your AI agent instant API lookups instead of expensive source file reads. MCP server for C#, Go, Java, Python, and TypeScript.
This project helps AI agents understand your codebase more efficiently. Instead of having the AI read entire source files to find information, you give it the codebase, and it creates a searchable index of all public APIs (classes, methods, properties). Your AI agent then queries this index to quickly find what it needs, saving time and computational resources. This is for software developers who use AI agents for code assistance, refactoring, or exploration.
Available on PyPI.
Use this if you are a software developer using an AI agent and want it to quickly and accurately navigate your codebase's public APIs without incurring high token costs from reading full source files.
Not ideal if your AI agent primarily needs to understand the deep implementation details or complex control flow within method bodies, rather than just the public API signatures.
Stars
19
Forks
2
Language
Python
License
—
Category
Last pushed
Mar 03, 2026
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...
Azure-Samples/snippy
🧩 Build AI-powered MCP Tools with Azure Functions, Durable Agents & Cosmos vector search....
aimasteracc/tree-sitter-analyzer
A scalable, multi-language code analysis framework based on Tree-sitter, usable both as a CLI...
wrale/mcp-server-tree-sitter
MCP Server for Tree-sitter