We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/apito-io/apito-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
wrangler.toml•315 B
name = "apito-mcp-dev"
main = "src/worker.ts"
compatibility_date = "2024-01-01"
[env.production]
name = "apito-mcp"
[env.development]
name = "apito-mcp-dev"
# Environment variables
[vars]
# GraphQL endpoint will be set via secrets or environment
# APITO_GRAPHQL_ENDPOINT = "https://api.apito.io/secured/graphql"