Skip to main content
Glama
.gitignore1.1 kB
# MCP config with API keys cc_mcp_config.json .mcp.json # Dependencies node_modules/ # Build output dist/ .smithery/ # Environment variables .env .env.local .env.*.local # Logs (but keep refactoring game archives) logs/ !logs/refactoring-games/ *.log # Refactoring game temporary state .refactoring-game/ .interleaved-thinking/ # IDE .DS_Store .vscode/settings.json # Temporary files *.swp *.swo *~ claude-code-docs-two/ .mcp.github.json mcp-ts-template/ # Claude Code configuration and local data .claude/ # Roo configuration and local data .roo/ REASONING_PATTERNS_REPORT.md # Srcbook development/testing files srcbook/ *.src.md # Roo modes configuration .roomodes .rooskills # Local documentation (source files for bundled content) local-docs/ smithery-docs/ # Improvement opps improvement-recs/ # Claude Code plugins .claude-plugin/ # Development documentation docs/ # Note: specs/ folder contains architectural specifications and should be committed # However, generated template files should optionally be ignored (can commit for convenience) # src/notebook/templates.generated.ts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/glassBead-tc/Thoughtbox'

If you have feedback or need assistance with the MCP directory API, please join our Discord server