Skip to main content
Glama
package.json1.2 kB
{ "name": "@meinzeug/mcp-ai-bug-helper", "version": "1.1.3", "description": "MCP server that routes tough coding questions through OpenRouter coding advisors.", "main": "dist/server.js", "scripts": { "build": "tsc --pretty", "postbuild": "chmod +x dist/server.js || true", "dev": "tsx src/server.ts", "scenarios": "tsx scripts/run-scenarios.ts", "start": "node dist/server.js", "typecheck": "tsc --noEmit --pretty", "prepublishOnly": "npm run build" }, "bin": { "mcp-ai-bug-helper": "dist/server.js" }, "repository": { "type": "git", "url": "git+https://github.com/meinzeug/mcp-ai-bug-helper.git" }, "keywords": [ "mcp", "codex", "openrouter", "cli", "llm" ], "author": "", "license": "MIT", "type": "module", "bugs": { "url": "https://github.com/meinzeug/mcp-ai-bug-helper/issues" }, "homepage": "https://github.com/meinzeug/mcp-ai-bug-helper#readme", "dependencies": { "@modelcontextprotocol/sdk": "^1.22.0", "dotenv": "^17.2.3", "zod": "^3.25.76" }, "devDependencies": { "@types/node": "^24.10.1", "ts-node": "^10.9.2", "tsx": "^4.20.6", "typescript": "^5.9.3" } }

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/meinzeug/mcp-ai-bug-helper'

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