We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mishkinf/granola-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Dependencies
node_modules/
# Build output
dist/
# Environment files
.env
.env.local
.env*.local
# MCP config (contains API keys)
.mcp.json
# Generated exports
chatgpt-export.md
# Exported data (contains personal meeting data)
export/
# Vector database
*.lance/
# OS files
.DS_Store
# IDE
.vscode/
.idea/
# Logs
*.log
npm-debug.log*