We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pythagraph/pythagraph-red-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Source files
*.ts
tsconfig.json
jest.config.cjs
# Development files
.vscode/
.idea/
*.swp
*.swo
# Testing
__tests__/
coverage/
*.test.*
# Documentation source
docs/
# Configuration files
.eslintrc.*
.prettierrc.*
# OS files
.DS_Store
Thumbs.db
# Git
.git/
.gitignore
# NPM
.npmrc
# Environment
.env*
# Temporary files
tmp/
temp/