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. |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/delian/codeguide-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server