We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tosin2013/mcp-adr-analysis-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# MCP ADR Analysis Server - Git Ignore Rules
# Cache directory (MUST exclude per shrimp-rules.md)
.mcp-adr-cache/
# Memory system storage (exclude from repository)
.mcp-adr-memory/
# DocuMCP local data (memory, snapshots)
.documcp/
# Auto-generated server context (for LLM @ referencing)
.mcp-server-context.md
# Migration backup files (exclude from repository)
.mcp-migration-backups/
# Node.js dependencies
node_modules/
.npm-cache/
# Environment files
.env
.env.*
# Log files
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Prohibited files per PRD requirements
PRD.md
mcp-shrimp-task-manager/
# Build outputs
dist/
build/
*.tsbuildinfo
# Generated documentation (TypeDoc)
docs/api/
# Developer-only notes (not part of published docs)
docs/DOCUSAURUS_MIGRATION.md
# Docusaurus build artifacts
docs/build/
docs/.docusaurus/
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Test coverage
coverage/
.nyc_output/
# Test results and generated research files
test-results/
# Auto-generated research files (from perform_research tool)
docs/context/research/perform-research-*.md
docs/context/research/latest.md
# Temporary files
tmp/
temp/
todo.md
shrimp-rules.md
CLAUDE.md
# VitePress cache
docs/.vitepress/cache/
docs/.vitepress/dist/
# VitePress cache
docs/.vitepress/cache/
docs/.vitepress/dist/
# Generated API documentation (TypeDoc)
docs/api/
.kiro
mcp-shrimp-task-datavenv-ansible/