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
src/args.ts
src/cache.ts
src/command.ts
src/config.ts
src/index.ts
const args = process.argv; const configIndex = args.indexOf("--config"); export const CONFIG_FILE_PATH: string = configIndex !== -1 && configIndex < args.length - 1 ? args[configIndex + 1] : "";