Skip to main content
Glama
.npmignore2.91 kB
# ============================================================================= # NPM Package Exclusions # ============================================================================= # These files are excluded from the published npm package. # The package.json "files" field is the allowlist; this is the blocklist. # ============================================================================= # Secrets # ============================================================================= cc_mcp_config.json .mcp.json .mcp.github.json .env .env.* # ============================================================================= # Source Code (only dist/ is published) # ============================================================================= src/ tsconfig.json drizzle.config.ts # ============================================================================= # Reference Projects (NOT part of Thoughtbox) # ============================================================================= srcbook/ # ============================================================================= # Development/Build Artifacts # ============================================================================= .smithery/ smithery.yaml .dockerignore Dockerfile docker-compose.yml # ============================================================================= # Documentation (local development only) # ============================================================================= docs/ specs/ local-docs/ smithery-docs/ mcp-specs/ ai_docs/ CLAUDE.md AGENTS.md REASONING_PATTERNS_REPORT.md DOCKER_ARCHITECTURE.md NOTEBOOK_CAPABILITIES_REPORT.md NOTEBOOK_DUAL_TRANSPORT_ANALYSIS.md CLEANUP_REPORT.md llms-install.md adat.md glassBead-thoughtbox-blog.md # Test notebooks *.src.md # ============================================================================= # IDE & Tool Configuration # ============================================================================= .claude/ .claude-plugin/ .roo/ .roomodes logs/ sdk # ============================================================================= # Version Control # ============================================================================= .git/ .github/ .gitignore .husky/ # ============================================================================= # Dependencies & Lock Files # ============================================================================= node_modules/ package-lock.json pnpm-lock.yaml # ============================================================================= # Logs & Reports # ============================================================================= logs/ improvement-recs/ # ============================================================================= # Testing # ============================================================================= tests/ coverage/ .nyc_output test-results jest.config.js *.test.ts *.spec.ts mcp-servers/

Latest Blog Posts

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