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 codesurfaceRelated MCP servers
Accurate UE5 C++ API docs for AI agents. Prevents hallucinated signatures and includes.
87
View repository →Python
Unity API Documentation
Active
Accurate Unity API docs (2022/2023/6) for AI agents. Prevents hallucinated signatures.
63
View repository →Python