codeguide-mcp
by delian
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_guideB | Get the content of a specific coding guide. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| list_guides | List all available coding guides. |
| get_guide | Get the content of a specific coding guide. |
| help | Get help information about available resources and tools. |
| security_check | Check if the MCP server is secure and not exposing sensitive information. |
| exit | Exit the MCP server. |
| clear_cache | Clear the local cache of guides. |
| bug_hunt | Thorough bug-hunting session — read recent lessons, hunt and prevent bugs, add regression tests, update the lessons docs. |
| check_code_compliance | Check if the code complies with the coding standards. |
| check_code_quality | Check if the code complies with the quality standards. |
| check_security | Check if the code complies with the security standards. |
| deduplicate_code | Find and safely refactor duplicated/abstractable code across the whole repo (any language or infra), then record the lessons. |
| update_dependencies | Check for outdated dependencies and propose updates. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| list_guides | List all available coding guides. Fetches from GitHub if network is available, otherwise uses local cache. Returns: A string containing a list of available guides. |