We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/l4b4r4b4b4/portfolio-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"_comment": "Branch protection rules for main branch. Apply with: gh api repos/OWNER/REPO/branches/main/protection -X PUT --input .github/branch-protection.json",
"required_status_checks": {
"strict": true,
"contexts": [
"Lint & Format",
"Test (Python 3.12)",
"Test (Python 3.13)",
"Security Scan",
"CI Success"
]
},
"enforce_admins": false,
"required_pull_request_reviews": null,
"restrictions": null,
"required_linear_history": true,
"allow_force_pushes": false,
"allow_deletions": false,
"block_creations": false,
"required_conversation_resolution": true,
"lock_branch": false,
"allow_fork_syncing": true
}