Skip to main content
Glama
.npmignore1.66 kB
# Source files (exclude from npm package) src/ api/ # Development files .trae/ .vscode/ .env* # Build artifacts (keep dist for distribution) # dist/ - commented out because we need dist for the CLI # Test files **/*.test.* **/*.spec.* **/__tests__/ test/ tests/ coverage/ # Dependencies node_modules/ # Logs logs/ *.log npm-debug.log* yarn-debug.log* yarn-error.log* # Runtime data pids/ *.pid *.seed *.pid.lock # Coverage directory used by tools like istanbul coverage/ # nyc test coverage .nyc_output/ # Dependency directories node_modules/ jspm_packages/ # Optional npm cache directory .npm # Optional REPL history .node_repl_history # Output of 'npm pack' *.tgz # Yarn Integrity file .yarn-integrity # dotenv environment variables file .env # parcel-bundler cache (https://parceljs.org/) .cache .parcel-cache # next.js build output .next # nuxt.js build output .nuxt # vuepress build output .vuepress/dist # Serverless directories .serverless # FuseBox cache .fusebox/ # DynamoDB Local files .dynamodb/ # TernJS port file .tern-port # Development and test files *.test.js *.test.ts *.spec.js *.spec.ts test/ tests/ __tests__/ # Documentation source docs/ # IDE files .idea/ *.swp *.swo *~ # OS generated files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Local data directory data/ # TypeScript *.tsbuildinfo # Build tools vite.config.ts tsconfig.json tsconfig.*.json # Package manager files pnpm-lock.yaml yarn.lock package-lock.json # Git .git/ .gitignore # CI/CD .github/ .gitlab-ci.yml .travis.yml .circleci/ # Linting .eslintrc* .prettierrc* .stylelintrc* # Editor config .editorconfig

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/xwang152-jack/wechat-official-account-mcp'

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