Code Analysis MCP Server
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
analyze_code_repository | Analyze a code repository at the specified path. Args: codebase_path: Absolute path to the code repository |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
initialize_repository | Initialize the repository path for future code analysis operations. Copy |
get_repo_info | Get information about the currently initialized code repository. |
get_repo_structure | Get the structure of files and directories in the repository. Copy |
read_file | Read and display the contents of a file from the repository. Copy |