Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

Coding Guides

io.github.delian/codeguide-mcp

Coding guidelines and best-practice guides for 130+ languages, frameworks, and tools.

Uptime
100.0%
3 direct probes · 30d
Response
79ms
last probe
Tools
1
callable
Resources
1
readable
Prompts
12
available

Tools · 1

get_guide

Get the content of a specific coding guide.

Resources · 1

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.

guides://list

Prompts · 12

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.

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"
    }
  }
}