We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hamchowderr/aitable-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.vercelignore•269 B
# Test files
src/test-*.ts
# Local development servers (not needed for Vercel serverless)
src/stdio-server.ts
src/http-server.ts
src/client.ts
# Build output (TypeScript will compile on Vercel)
dist/
# Development files
.env.example
.claude/
# Git
.git/
.gitignore