We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/marianfoo/mcp-sap-docs'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.dockerignore•390 B
# Git (keep .gitmodules for submodule init!)
.git
.gitignore
.gitattributes
# Development
.vscode
.cursor
*.md
!README.md
# Test files
test/
*.test.ts
*.test.js
test-*.ts
test-*.js
test-*.http
vitest.config.ts
# Build artifacts (will be created in container)
dist/
node_modules/
# Data (will be created during build)
data/
# Misc
.cursorignore
.npmignore
ecosystem.config.cjs
.github/