Coding Guides
io.github.delian/codeguide-mcpCoding guidelines and best-practice guides for 130+ languages, frameworks, and tools.
Tools · 1
Get the content of a specific coding guide.
Resources · 1
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.
guides://list
Prompts · 12
List all available coding guides.
Get the content of a specific coding guide.
Get help information about available resources and tools.
Check if the MCP server is secure and not exposing sensitive information.
Exit the MCP server.
Clear the local cache of guides.
Thorough bug-hunting session — read recent lessons, hunt and prevent bugs, add regression tests, update the lessons docs.
Check if the code complies with the coding standards.
Check if the code complies with the quality standards.
Check if the code complies with the security standards.
Find and safely refactor duplicated/abstractable code across the whole repo (any language or infra), then record the lessons.
Check for outdated dependencies and propose updates.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"coding_guides": {
"url": "https://codeguide-mcp-86057491046.europe-west1.run.app/mcp",
"transport": "streamable-http"
}
}
}