We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/williamzujkowski/strudel-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Source files (only distribute compiled)
src/
*.ts
tsconfig.json
# Development files
.claude-flow/
.hive-mind/
.github/
.git/
# Config files
config.json
.gitignore
.npmignore
DEVELOPMENT.md
CLAUDE.md
# Test files
test_*.js
test_*.json
patterns/
# Build artifacts
*.tsbuildinfo
# IDE
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db
# Logs
*.log
npm-debug.log*
# Local env
.env
.env.*