We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/RupertBarrow/mcp-force'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.npmignore•375 B
# Development files
src/test-build.mjs
webpack.config.cjs
babel.config.cjs
# Version control
.git/
.gitignore
# Include dist folder (override .gitignore)
!dist/
# IDE files
.vscode/
.idea/
*.swp
*.swo
# OS files
.DS_Store
Thumbs.db
# Logs
*.log
npm-debug.log*
# Dependencies
node_modules/
# Test coverage
coverage/
# Build artifacts that shouldn't be published
*.tgz