Skip to main content
Glama
m-dev-tools

m-dev-tools-mcp

Official
by m-dev-tools

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

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

Tools

Functions exposed to the LLM to take actions

NameDescription
route_intentA

Return typed IDs matching the plain-English intent.

Example: route_intent("parse JSON in M") returns ["module:m-stdlib#STDJSON"]. Results are [primary, *see_also] from the matched task_index row.

describeA

Return a pointer-blob for a typed ID.

Supported kinds: tool: / module: / cmd: / recipe:. Does not inline payloads — returns URLs the caller should fetch next, keeping the catalog's "pointers, not facts" invariant.

verifyA

List the verification_commands declared in a repo's repo.meta.json.

Accepts either a bare repo slug (m-cli) or a typed ID (tool:m-cli). Does NOT execute the commands.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/m-dev-tools/m-dev-tools-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server