Skip to main content
Glama

MCP Server

by mokemoke0821
config.json.bak833 B
{ "server": { "name": "claude-mcp-server", "version": "1.0.0", "port": 3001 }, "features": { "dadJokes": true, "chat": true, "fileOperations": true, "desktopCommands": true }, "monitoring": { "memoryCheck": true, "memoryCheckInterval": 60000, "errorLogging": true, "logPath": "./logs", "notifyAdmin": true, "adminEmail": "admin@example.com" }, "security": { "allowedCommands": ["dir", "type", "echo", "mkdir", "rmdir", "del", "copy", "move", "Get-Date", "Set-Date", "Write-Output", "Get-Content", "Get-ChildItem", "powershell", "*"], "blockedCommands": ["format", "shutdown", "taskkill"], "maxCommandLength": 1000 }, "fileOperations": { "allowedPaths": ["C:/Users/prelude/Desktop", "C:/Users/prelude/Documents"], "maxFileSize": 10485760 } }

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/mokemoke0821/MCP'

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