We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/EvilFreelancer/openapi-to-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.dockerignore•505 B
# Dependencies - installed in container via npm ci
node_modules/
# Build output - built in container
dist/
# Tests and dev - not needed in production image
tests/
coverage/
jest.config.js
tsconfig.min.json
# Git and repo metadata
.git/
.gitignore
# Local env and secrets - never in image
.env
.env.*
!.env.example
# Docs and tooling - not needed at runtime
README.md
.cursor/
*.md
# Logs and OS
*.log
.DS_Store
Thumbs.db
# Docker - avoid recursive copy
Dockerfile
.dockerignore
docker-compose.yaml