Skip to main content
Glama

PHPocalypse-MCP

by plapinski
schema.json837 B
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "tools": { "type": "array", "items": { "type": "object", "properties": { "name": { "type": "string" }, "command": { "type": "string" }, "args": { "type": "array", "items": { "type": "string" } } }, "required": ["name", "command"], "additionalProperties": false } } }, "required": ["tools"], "additionalProperties": false }

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/plapinski/PHPocalypse-MCP'

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