Enables analysis and search of CSS and CSS preprocessor files within a codebase.
Provides tools for analyzing JavaScript projects, including dependency tree traversal and project metadata retrieval from package.json files.
Provides tools for analyzing TypeScript projects, including dependency tree traversal and project metadata retrieval from package.json files.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Codebase MCP Serveranalyze the project structure and list all configuration files"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🌟 Key Features
Secure Access: Restricts file operations to predefined root directory.
Efficient File Management: Provides tools for reading and searching files.
Detailed Metadata: Retrieves comprehensive file metadata including size, creation time, last modified time, permissions, and type.
Dependency Analysis: Traverses and analyzes dependency trees within projects.
📋 Supported Languages
JavaScript/TypeScript
CSS / CSS Preprocessors
🛠️ Tools
get-project-basics: Retrieves essential project information including package.json details, directory structure.search-config-files: Searches for configuration files within the root directory and returns their paths.get-dependency-tree: Traverses the dependency tree based on the given file path and root directory, and returns the traversal results.list-directory: Lists the contents of a specified directory, distinguishing between files and directories.read-file-with-metadata: Reads the content of a specified file and retrieves its metadata.
🚀 QuickStart
Prerequisites
Node.js v18 or later
Codebase to communicate with LLM
Installation
First, install the Codebase MCP server with your client. A typical configuration looks like this:
Or, you can install the Codebase MCP server with Docker.
After cloning this repository, build the Docker image:
And then add the following to your MCP servers file:
After installation, the Codebase MCP server will be available for use with your GitHub Copilot agent in VS Code.
Follow Windsuff MCP documentation. Use following configuration:
Follow the MCP install guide, use following configuration:
🔧 Build
Local Development Build
Docker Build
🤝 Contributing
Contributions are welcome! Please read our Contributing Guide for details on our Code of conduct and the process for submitting pull requests.