Skip to main content
Glama

coderide

by PixdataOrg
package.jsonโ€ข1.11 kB
{ "name": "@coderide/mcp", "version": "0.9.2", "description": "Model Context Protocol server for CodeRide, task management redesigned for AI", "type": "module", "main": "dist/index.js", "module": "src/index.ts", "bin": { "coderide-mcp": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "postbuild": "chmod +x dist/index.js", "start": "npm run build && node dist/index.js", "dev": "tsx src/index.ts", "smithery:build": "npx @smithery/cli build", "smithery:dev": "npx @smithery/cli dev" }, "keywords": [ "mcp", "task-management", "vibe-coding" ], "author": "Pix Srl <digital@pixdata.io>", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.3", "@types/express": "^5.0.3", "axios": "^1.6.0", "dotenv": "^16.5.0", "express": "^5.1.0", "nanoid": "^5.1.3", "zod": "^3.20.0" }, "devDependencies": { "@types/node": "^20.17.47", "ts-node": "^10.9.1", "tsx": "^4.20.5", "typescript": "^5.2.2" } }

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/PixdataOrg/coderide-mcp'

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