codesurface for Cursor
io.github.codeturion/codesurface
Indexes your codebase's public API and serves it via compact MCP tool responses.
client:Cursor
transport:stdio
runtime:pypi
Install codesurface in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"codesurface": {
"type": "stdio",
"command": "uvx",
"args": [
"codesurface"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs