We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ankimcp/anki-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Source files (not needed in bundle)
/src/
/test/
# Test files and directories
*.spec.ts
*.test.ts
__tests__/
__mocks__/
coverage/
# Development configuration
tsconfig.json
tsconfig.build.json
jest.config.js
.eslintrc.js
eslint.config.mjs
.prettierrc
.editorconfig
nest-cli.json
# Claude development files
/.claude/
/.claude-draft/
# Docker development files
/.docker/
# Husky hooks (git hooks for dev)
/.husky/
# NPM bin scripts (package.json bin handles this)
/bin/
# Documentation (available on GitHub)
/docs/
# Git and GitHub
.git/
.github/
.gitignore
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
# Documentation (user will read it on GitHub)
CLAUDE.md
# MCP Inspector config (not needed in bundle)
mcp-inspector-config.json
# Environment files
.env
.env.local
.env.*.local
# Build artifacts
*.tsbuildinfo
/dist-executables/
/dist-bundle/
*.tgz
*.mcpb
# Generated files
llms-full.txt
# Development scripts (not needed in bundle)
/scripts/
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# OS files
.DS_Store
Thumbs.db