Skip to main content
Glama

Noverload MCP Server

.gitignore1.19 kB
# Local development files @local-dev/ local-dev/ *.local .env.local .env.*.local # Dependencies node_modules/ .pnp .pnp.js # Build outputs dist/ build/ out/ *.tsbuildinfo .next/ # Testing coverage/ *.lcov .nyc_output # Debug logs npm-debug.log* yarn-debug.log* yarn-error.log* pnpm-debug.log* lerna-debug.log* # Environment variables .env .env.development .env.test .env.production .env.staging # IDE and editor files .vscode/ .idea/ *.swp *.swo *.swn *.bak .DS_Store Thumbs.db # Package manager files .npm .yarn/ .pnpm-store/ # Temporary files *.tmp *.temp .cache/ tmp/ temp/ # OS files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Desktop.ini # MCP specific *.mcp.log mcp-debug/ .mcp.json # Personal access tokens and credentials *token* *secret* *credential* *.key *.pem *.cert # Backup files *.backup *.old *.orig # Lock files (keep package-lock.json for reproducible builds) yarn.lock pnpm-lock.yaml # TypeScript cache *.tscache # Optional npm cache directory .npm/ # Optional eslint cache .eslintcache # Optional prettier cache .prettiercache # Turborepo .turbo/ # Vercel .vercel/ # Logs logs/ *.log # Runtime data pids/ *.pid *.seed *.pid.lock

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/drewautomates/noverload-mcp'

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