Codesurface
Rank #9,565io.github.Codeturion/codesurface
Indexes your codebase's public API and serves it via compact MCP tool responses.
Codesurface is a Model Context Protocol (MCP) server published by codeturion. It ranks #9,565 of 115,460 servers tracked on MCP Toplist, and its repository has 21 GitHub stars. Codesurface is listed across 3 registries — Official MCP, PulseMCP and Glama, with 6 tracked versions. It was first listed on Feb 25, 2026 and most recently updated on Apr 28, 2026.
Ranks ahead of 105,895 of 115,460 servers on MCP Toplist.
Use Codesurface
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add codesurface -- uvx codesurface[mcp_servers.codesurface]
command = "uvx"
args = ["codesurface"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"codesurface": {
"command": "uvx",
"args": [
"codesurface"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"codesurface": {
"command": "uvx",
"args": [
"codesurface"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"codesurface": {
"type": "stdio",
"command": "uvx",
"args": [
"codesurface"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"codesurface": {
"command": "uvx",
"args": [
"codesurface"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"codesurface": {
"command": "uvx",
"args": [
"codesurface"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Codeturion%2Fcodesurface)<a href="https://mcptoplist.com/server/io.github.Codeturion%2Fcodesurface"><img src="https://mcptoplist.com/badge/io.github.Codeturion%2Fcodesurface.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
codeturion
Other servers by codeturion
View all codeturion servers →Available versions (6)
| Version | Published |
|---|---|
| 0.8.0 | Apr 28, 2026 |
| 0.7.0 | Feb 28, 2026 |
| 0.6.0 | Feb 27, 2026 |
| 0.5.0 | Feb 26, 2026 |
| 0.4.1 | Feb 26, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Codesurface?
- Codesurface is maintained by codeturion, which publishes 3 MCP servers (12 total versions) tracked on MCP Toplist.
- Is Codesurface listed on the Official MCP Registry?
- Yes — Codesurface is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Codesurface have?
- MCP Toplist tracks 6 versions of Codesurface, most recently published on Apr 28, 2026.
- Where can I find the source code for Codesurface?
- The source code for Codesurface is hosted at github.com/codeturion/codesurface.