Skip to main content
Glama
delian
by delian

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_guideB

Get the content of a specific coding guide.

Prompts

Interactive templates invoked by user choice

NameDescription
list_guidesList all available coding guides.
get_guideGet the content of a specific coding guide.
helpGet help information about available resources and tools.
security_checkCheck if the MCP server is secure and not exposing sensitive information.
exitExit the MCP server.
clear_cacheClear the local cache of guides.
bug_huntThorough bug-hunting session — read recent lessons, hunt and prevent bugs, add regression tests, update the lessons docs.
check_code_complianceCheck if the code complies with the coding standards.
check_code_qualityCheck if the code complies with the quality standards.
check_securityCheck if the code complies with the security standards.
deduplicate_codeFind and safely refactor duplicated/abstractable code across the whole repo (any language or infra), then record the lessons.
update_dependenciesCheck for outdated dependencies and propose updates.

Resources

Contextual data attached and managed by the client

NameDescription
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

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