Skip to main content
Glama
VBSage

mcp-devtools

by VBSage

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": true
}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
json_toolsA

Validate and reshape a JSON string. mode=format pretty-prints, minify compacts, sort_keys recursively alphabetizes object keys. Returns a clear error for invalid JSON.

regex_testA

Run a JavaScript regular expression against a subject string and return each match with its index, positional capture groups, and any named groups. Flags are honored exactly: without the g flag only the first match is returned; with g, all matches.

hash_textA

Compute a cryptographic digest (hex) of UTF-8 text.

uuid_generateA

Generate one or more RFC-4122 version-4 UUIDs (1–100).

base64_transformA

Encode or decode text as Base64, with an optional URL-safe alphabet.

jwt_inspectA

Decode a JWT's header and payload and report whether a signature segment is present and whether the token is expired. Does NOT verify the signature — decoding only.

Prompts

Interactive templates invoked by user choice

NameDescription
code_reviewProduce a focused code-review request for a snippet.

Resources

Contextual data attached and managed by the client

NameDescription
http-status-codesCommon HTTP status codes and their reason phrases.

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/VBSage/mcp-devtools'

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