We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/wspotter/mcpower'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Node.js / TypeScript
node_modules/
dist/
build/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.npm
.eslintcache
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
ENV/
env/
*.egg-info/
.eggs/
dist/
build/
# Environment variables
.env
.env.local
.env.*.local
*.env
# Dataset files (FAISS indexes are large binary files)
datasets/*/docs.index
datasets/*/*.faiss
datasets/*/*.index
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
Thumbs.db
# Testing
coverage/
.nyc_output/
*.coverage
.pytest_cache/
.vitest/
# Logs
logs/
*.log
# Temporary files
*.tmp
*.temp
.cache/
datasets/