We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/danielsimonjr/math-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Dependencies
node_modules/
package-lock.json
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Build output
dist/
*.tsbuildinfo
# WASM build artifacts
wasm/build/*.wasm
wasm/build/*.wat
wasm/build/*.js
wasm/build/*.d.ts
# Note: bindings are manually maintained, not gitignored
# wasm/bindings/*.cjs
# wasm/bindings/*.d.ts
# Test artifacts
test/test-results/
test/coverage/
*.log
# IDE
.vscode/
.idea/
# Claude Code
.claude/
.mcp.json
*.swp
*.swo
*~
.DS_Store
# Environment
.env
.env.local
.env.*.local
# Temporary files
*.tmp
*.temp
.cache/
# OS
Thumbs.db
.DS_Store
# Debug
*.map