We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yshngg/pmcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Dependabot configuration file
# See https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference
version: 2
updates:
# Configuration for Go module dependencies
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
time: "16:00"
# Configuration for Docker base images
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
time: "16:00"
# Configuration for GitHub Actions dependencies
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
time: "16:00"
groups:
all-actions:
patterns: ["*"]