We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nilsir/mcp-server-mysql'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"permissions": {
"allow": [
"Bash(npm init:*)",
"Bash(npm install:*)",
"Bash(npm run build)",
"mcp__mysql__describe_table",
"Bash(git init:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(npm publish:*)",
"Bash(npm pkg fix)",
"Bash(git tag:*)",
"Bash(git push:*)",
"Bash(gh release create:*)",
"Bash(brew install:*)",
"Bash(gh auth status:*)",
"Bash(gh repo edit:*)"
],
"deny": [],
"ask": []
}
}