Skip to main content
Glama

Canny MCP Server

by itsocialist
package.json1.18 kB
{ "name": "canny-mcp-server", "version": "1.0.0", "type": "module", "description": "MCP server integration for Canny.io customer feedback management", "main": "dist/server.js", "bin": { "canny-mcp-server": "./dist/server.js" }, "scripts": { "build": "tsc", "dev": "tsx src/server.ts", "start": "node dist/server.js", "test": "jest", "test:watch": "jest --watch", "test:tools": "node scripts/test.js", "lint": "eslint src/**/*.ts", "lint:fix": "eslint src/**/*.ts --fix", "prepare": "npm run build" }, "keywords": [ "mcp", "canny", "customer-feedback", "product-management", "claude" ], "author": "CIQ Team", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0", "axios": "^1.7.2", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^20.14.0", "@typescript-eslint/eslint-plugin": "^7.13.0", "@typescript-eslint/parser": "^7.13.0", "eslint": "^8.57.0", "jest": "^29.7.0", "@types/jest": "^29.5.12", "ts-jest": "^29.1.4", "tsx": "^4.15.6", "typescript": "^5.4.5" }, "engines": { "node": ">=18.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/itsocialist/canny-mcp-server'

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