We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gbbirkisson/mcp-oda'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
stale.yml•490 B
---
name: Stale
on:
schedule:
- cron: "30 1 * * *"
permissions:
issues: write
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v10
with:
stale-issue-message: "This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days."
days-before-stale: 30
days-before-close: 5
stale-issue-label: stale
exempt-issue-labels: keep