Codebase MCP Server
@MyunghoBae
About Codebase MCP Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"codebase-mcp-server": {
"command": "docker",
"args": [
"build",
"-t",
"mcp/codebase",
"-f",
"."
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Codebase MCP Server?
Model Context Protocol server for secure and efficient Codebase analysis. It provides tools to interact with a codebase via an LLM, restricting file operations to a predefined root directory.
How to use Codebase MCP Server?
Install via npx (npx codebase-mcp-server@latest /path/to/codebase) or Docker after building the image. Configure your MCP client (VS Code, Cursor, Windsurf, or Claude Desktop) with the server command and root directory. Once installed, invoke tools like get-project-basics or read-file-with-metadata through the MCP interface.
Key features of Codebase MCP Server
- Secure access restricts operations to a predefined root directory.
- Efficient file management for reading and searching files.
- Detailed file metadata retrieval (size, times, permissions, type).
- Dependency analysis by traversing project dependency trees.
Use cases of Codebase MCP Server
- Retrieve project basics (package.json, directory structure) from a codebase.
- Search for configuration files within the root directory.
- Analyze the dependency tree starting from a given file path.
- List directory contents, distinguishing files from folders.
- Read file content alongside comprehensive metadata.
FAQ from Codebase MCP Server
—
More Other MCP servers
Servers
modelcontextprotocolModel Context Protocol Servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Codelf
unbugA search tool helps dev to solve the naming things problem.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Comments