Skip to main content
Glama
.npmignore919 B
# Source files (npm should only include built files) src/ tsconfig.json *.ts !*.d.ts # Development files .env* !.env.example # Testing test/ tests/ __tests__/ *.test.js *.test.ts *.spec.js *.spec.ts coverage/ test-*.js # Documentation drafts *-draft.md NETWORK-DEBUG.md API-FIXES.md MCP-CONFIG-GUIDE.md claude-paper-search-nodejs.md # Development tools .eslintrc* .prettierrc* jest.config.* .eslintcache # IDE files .vscode/ .idea/ *.swp *.swo #Claude .claude/ # Logs logs/ *.log npm-debug.log* yarn-debug.log* yarn-error.log* # Runtime pids/ *.pid *.seed # Cache .npm/ .cache/ *.cache # Temporary files tmp/ temp/ scratch/ # Downloads and outputs downloads/ *.pdf test-results/ # MCP debugging debug-*.js mcp-server.js # Git .git/ .gitignore # System files .DS_Store Thumbs.db # Development dependencies source node_modules/ # Build artifacts that shouldn't be in npm package .nyc_output/ *.tsbuildinfo

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/Dianel555/paper-search-mcp-nodejs'

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