We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Mnehmos/ChatRPG'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"permissions": {
"allow": [
"Bash(npm test:*)",
"Bash(mkdir:*)",
"Bash(npm run build:*)",
"Bash(node -e \"import(''./dist/registry.js'').then(m => m.handleToolCall(''create_character'', {name: ''Test Hero'', class: ''Wizard'', level: 3})).then(r => console.log(r.content[0].text))\")",
"Bash(node -e \"import(''./src/registry.js'').then(m => m.handleToolCall(''create_character'', {name: ''Test'', class: ''Fighter'', level: 1})).then(r => console.log(r.content[0].text))\")",
"Bash(npx tsc --noEmit)",
"Bash(dir /T:W /O:-D testscombatmanage_condition.test.ts testscharactersget_character.test.ts)",
"Bash(dir:*)",
"Bash(node:*)",
"Bash(cat:*)"
],
"deny": [],
"ask": []
}
}