claude mcp add odeturion-codesurface -- uvx codesurface
{
"mcpServers": {
"odeturion-codesurface": {
"command": "uvx",
"args": ["codesurface"]
}
}
}
{
"mcpServers": {
"odeturion-codesurface": {
"command": "uvx",
"args": ["codesurface"]
}
}
}
{
"mcpServers": {
"odeturion-codesurface": {
"command": "uvx",
"args": ["codesurface"]
}
}
}
About This MCP Server
The codesurface server indexes a codebase's public API and serves it through compact responses using the Model Context Protocol, allowing developers to access and utilize the API information in their coding workflow, particularly when working with AI coding assistants. It connects to the codebase via standard input/output streams and is available as a package on pypi, making it easily installable and integratable into development environments. Developers would use codesurface when they need to provide their AI coding tools with a comprehensive understanding of their codebase's public API.
Indexes your codebase's public API and serves it via compact MCP tool responses.. This is a Model Context Protocol (MCP) server that extends AI assistants like Claude with developer tools capabilities via the stdio transport.
Package
codesurface on pypi
HOW TO USE
Select your AI client above to get the install command. This MCP server uses the stdio transport and is available on pypi.
What tools does it provide?
The codesurface server extends your AI assistant with developer tools capabilities. Once installed, your AI can use its tools automatically.