mcp-devtools
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| code_review | Produce a focused code-review request for a snippet. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| http-status-codes | Common HTTP status codes and their reason phrases. |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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