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 Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Servers
modelcontextprotocolModel Context Protocol Servers
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!
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
コメント