Skip to main content
Glama

mcp-rubber-duck

package.json1.85 kB
{ "name": "mcp-rubber-duck", "version": "1.2.2", "description": "An MCP server that bridges to multiple OpenAI-compatible LLMs - your AI rubber duck debugging panel", "main": "dist/index.js", "type": "module", "bin": { "mcp-rubber-duck": "./dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsx watch src/index.ts", "start": "node dist/index.js", "test": "NODE_OPTIONS='--experimental-vm-modules' jest", "test:watch": "NODE_OPTIONS='--experimental-vm-modules' jest --watch", "lint": "eslint src --ext .ts", "format": "prettier --write \"src/**/*.ts\"", "typecheck": "tsc --noEmit", "release": "semantic-release" }, "keywords": [ "mcp", "model-context-protocol", "llm", "openai", "ai", "rubber-duck" ], "mcpName": "io.github.nesquikm/rubber-duck", "author": "nesquikm", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/nesquikm/mcp-rubber-duck.git" }, "homepage": "https://github.com/nesquikm/mcp-rubber-duck#readme", "bugs": { "url": "https://github.com/nesquikm/mcp-rubber-duck/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "ajv": "^8.17.1", "dotenv": "^16.4.0", "node-cache": "^5.1.2", "openai": "^4.0.0", "winston": "^3.11.0", "zod": "^3.23.0" }, "devDependencies": { "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "@semantic-release/github": "^11.0.6", "@types/jest": "^29.0.0", "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.0.0", "jest": "^29.0.0", "prettier": "^3.0.0", "semantic-release": "^24.2.8", "ts-jest": "^29.0.0", "tsx": "^4.0.0", "typescript": "^5.0.0" } }

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/nesquikm/mcp-rubber-duck'

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