Codebase MCP Server
@MyunghoBae
关于 Codebase MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"codebase-mcp-server": {
"command": "docker",
"args": [
"build",
"-t",
"mcp/codebase",
"-f",
"."
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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
—
其他 分类下的更多 MCP 服务器
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Codelf
unbugA search tool helps dev to solve the naming things problem.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!

EverArt
modelcontextprotocolModel Context Protocol Servers
评论