We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/shinpr/mcp-local-rag'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Source files (TypeScript)
src/
*.ts
!*.d.ts
# Development files
.github/
.husky/
.vscode/
.idea/
.claude/
docs/
scripts/
tmp/
output/
# Config files
.gitignore
.madgerc
.tsprunerc
biome.json
tsconfig.json
vitest.config.ts
vitest.config.mjs
CLAUDE.md
server.json
# Test files
tests/
__tests__/
src/__tests__/
src/tests/
**/__tests__/
*.test.js
*.test.ts
*.test.d.ts
coverage/
.vitest-cache/
# Misc
.DS_Store
*.log
.env*
*.swp
*.swo
*~
# MCP Registry tokens
.mcpregistry_*