We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/chrisgreenx-ctrl/jules-mcp-server-smithery-test'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Dependencies
node_modules/
package-lock.json
yarn.lock
pnpm-lock.yaml
# Build output
dist/
*.tsbuildinfo
# Environment - NEVER commit API keys!
.env
.env.local
.env.*.local
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log
npm-debug.log*
logs/
# Testing
coverage/
.nyc_output/
# Claude Code specific files - Contains user-specific configuration
.claude/
AGENTS.md
CLAUDE.md
GEMINI.md
# Future integration folders
.genkit/
# User data - Schedules are local to each user
.jules-mcp/
# Research and design documents - Not needed for users
docs/
*.docx
*.pdf
# Project management files - User-specific
Context.md
Context/
.contextkit/
*contextkit*
*ContextKit*