We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/TrueCrimeDev/ahk-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Build output (we build inside Docker, so don't ignore dist/)
# dist/ # Commented out - we need the builder stage to work
# Test coverage
coverage/
# Environment files
.env
.env.local
.env.*.local
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db
# Git
.git/
.gitignore
.gitattributes
# Documentation (keep essential docs)
# *.md # Don't exclude all markdown - we may need them
!README.md
!DOCKER.md
CONTRIBUTING.md
CHANGELOG.md
# Specs and development
.specify/
specs/
Tests/
tests/
# Claude Code specific
.claude/
# Logs
logs/
*.log
# Docker
Dockerfile
docker-compose.yml
.dockerignore
# Scripts (development only)
scripts/
# Config files
.eslintrc.cjs
.prettierrc.js
.lintstagedrc.js
# tsconfig files are needed for build
# tsconfig.json
# tsconfig.build.json
jest.config*.js
# Temporary files
tmp/
temp/
*.tmp