We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/guangxiangdebizi/FinanceMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Node modules
node_modules
npm-debug.log
# Build output (will be rebuilt in container)
build
# Environment files
.env
.env.*
# Git
.git
.gitignore
# IDE
.vscode
.idea
*.swp
*.swo
# Documentation
*.md
!README.md
*.docx
*.pptx
*.pdf
*.html
# Logs and temp files
*.log
*.csv
实习日志-*.md
工作任务跟踪表-*.csv
~$*.docx
# Test files
test
tests
*.test.js
*.test.ts
# CI/CD
.github
# Docker
Dockerfile
.dockerignore
docker-compose.yml