We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nobelk/random-number-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
CODEOWNERS•429 B
# Code Owners for automatic review requests
# Each line is a file pattern followed by one or more owners
# Default owners for everything in the repo
* @nobelk
# Python source code
/src/ @nobelk
/tests/ @nobelk
# Configuration files
*.yml @nobelk
*.yaml @nobelk
*.toml @nobelk
# Docker files
Dockerfile @nobelk
docker-compose*.yml @nobelk
# Documentation
*.md @nobelk
/docs/ @nobelk
# GitHub specific files
/.github/ @nobelk