We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/northernvariables/FedMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Dependencies
**/node_modules
# Next.js build output
**/.next/
**/out/
**/build
# Environment files (should NOT be in Docker build)
**/.env
**/.env.local
**/.env.*.local
# Git
.git
.gitignore
# IDE
.idea/
.vscode/
**/*.swp
# Testing
**/coverage/
# Logs
**/*.log
# Python virtual environments
**/venv/
**/__pycache__/
**/*.pyc
# Documentation (except essential)
**/*.md
!packages/*/README.md
# macOS
**/.DS_Store