We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/proofmath-owner/ai-filesystem-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"permissions": {
"allow": [
"Bash(npm run build:check:*)",
"Bash(npm run build:*)",
"Bash(npx tsc:*)",
"Bash(ls:*)",
"Bash(mkdir:*)",
"Bash(grep:*)",
"Bash(rm:*)",
"Bash(node:*)",
"Bash(npx tsx:*)",
"Bash(touch:*)",
"Bash(chmod:*)",
"Bash(./scripts/deployment/production-deploy.sh:*)",
"Bash(npm run test:*)",
"Bash(npm pack)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git tag:*)",
"Bash(git push:*)",
"Bash(gh release create:*)",
"Bash(./setup.sh:*)",
"Bash(npm install:*)",
"Bash(npx jest:*)",
"Bash(find:*)",
"Bash(rg:*)",
"Bash(kill:*)",
"Bash(timeout:*)",
"Bash(gtimeout:*)",
"Bash(npm test)"
],
"deny": []
}
}