Skip to main content
Glama
.npmignore1.96 kB
# Development files src/ *.ts !*.d.ts # Documentation docs/ .vscode/ .cursor/ .idea/ # Testing tests/ test/ *.test.js *.test.ts *.spec.js *.spec.ts coverage/ .nyc_output/ jest.config.js jest.config.ts # Development configuration .eslintrc* .prettierrc* .prettierignore .editorconfig tsconfig.json tsconfig.*.json nodemon.json # Build tools rollup.config.js webpack.config.js vite.config.js esbuild.config.js # Git .git/ .gitignore .gitattributes # CI/CD .github/ .gitlab-ci.yml .travis.yml .circleci/ azure-pipelines.yml # Package managers .pnpm-store/ .yarn/ yarn.lock pnpm-lock.yaml package-lock.json .pnp.* .yarnrc* # Environment .env* !.env.example # Logs logs/ *.log npm-debug.log* yarn-debug.log* yarn-error.log* lerna-debug.log* # Runtime data pids/ *.pid *.seed *.pid.lock # Coverage directory used by tools like istanbul coverage/ *.lcov # nyc test coverage .nyc_output/ # Dependency directories node_modules/ # Optional npm cache directory .npm/ # Optional eslint cache .eslintcache # Optional REPL history .node_repl_history # Output of 'npm pack' *.tgz # Yarn Integrity file .yarn-integrity # dotenv environment variables file .env.test .env.production # parcel-bundler cache (https://parceljs.org/) .cache/ .parcel-cache/ # next.js build output .next/ # nuxt.js build output .nuxt/ dist-nuxt/ # vuepress build output .vuepress/dist/ # Serverless directories .serverless/ # FuseBox cache .fusebox/ # DynamoDB Local files .dynamodb/ # TernJS port file .tern-port # OS generated files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Editor directories and files .vscode/ .idea/ *.suo *.ntvs* *.njsproj *.sln *.sw? # Temporary files tmp/ temp/ *.tmp *.temp # Husky .husky/ # commitlint commitlint.config.js # lint-staged .lintstagedrc* # Dev only files dev/ development/ examples/ samples/ demo/ benchmark/ benchmarks/ # Documentation source README.pt.md CLAUSE.md claude_desktop_config.json

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/andreagroferreira/invoiceexpress-mcp'

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