We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/n24q02m/better-notion-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.gitattributes•490 B
# Auto detect text files and perform LF normalization
* text=auto
# TypeScript / JavaScript
*.ts text diff=typescript
*.tsx text diff=typescript
*.js text
*.jsx text
*.mjs text
*.cjs text
# Config
*.json text
*.toml text
*.yaml text
*.yml text
# Markdown
*.md text diff=markdown
# Shell
*.sh text eol=lf
# Docker
Dockerfile text
docker-compose.yml text
# Ensure lock files are not modified
pnpm-lock.yaml text -diff linguist-generated
# Binary
*.png binary
*.jpg binary
*.ico binary