Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
PHPocalypse-MCP
by
plapinski
Verified
GitHub
Developer Tools
Monitoring
TypeScript
MIT License
1
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
PHPocalypse-MCP
src
.gitignore
LICENSE
package.json
package-lock.json
phpocalypse-mcp.yaml.example
README.md
schema.json
tsconfig.json
{ "type": "module", "scripts": { "build": "tsc && chmod 755 build/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "json-schema": "^0.4.0", "yaml": "^2.7.0", "z-schema": "^6.0.2" }, "devDependencies": { "@types/json-schema": "^7.0.15", "@types/node": "^22.13.10", "@types/z-schema": "^3.16.32", "typescript": "^5.8.2", "tsx": "^4.7.1" } }