We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/JohanLi233/mcp-sandbox'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
version: 2
updates:
# Check for updates to Python packages
- package-ecosystem: "uv"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 10
commit-message:
prefix: "chore"
include: "scope"
# Check for updates to UI dependencies (npm/pnpm)
- package-ecosystem: "npm"
directory: "/ui"
schedule:
interval: "daily"
open-pull-requests-limit: 5
commit-message:
prefix: "chore"
include: "scope"