Skip to main content
Glama
package.json1.57 kB
{ "name": "mcp-planning-server", "version": "1.0.0", "description": "MCP server for planning and task management with Claude Code", "main": "dist/index.js", "type": "module", "bin": { "mcp-planning-server": "./dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsx watch src/index.ts", "start": "node dist/index.js", "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js", "test:watch": "node --experimental-vm-modules node_modules/jest/bin/jest.js --watch", "test:coverage": "node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage", "lint": "eslint src tests --max-warnings 0", "lint:fix": "eslint src tests --fix", "typecheck": "tsc --noEmit" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.24.2", "proper-lockfile": "^4.1.2", "uuid": "^9.0.0", "write-file-atomic": "^7.0.0" }, "devDependencies": { "@eslint/js": "^9.39.1", "@types/jest": "^29.5.0", "@types/node": "^20.0.0", "@types/proper-lockfile": "^4.1.4", "@types/uuid": "^9.0.0", "@types/write-file-atomic": "^4.0.3", "@typescript-eslint/eslint-plugin": "^8.49.0", "@typescript-eslint/parser": "^8.49.0", "eslint": "^9.39.1", "eslint-plugin-import": "^2.32.0", "jest": "^29.7.0", "ts-jest": "^29.1.0", "tsx": "^4.7.0", "typescript": "^5.3.0", "typescript-eslint": "^8.49.0" }, "engines": { "node": ">=18.0.0" }, "keywords": [ "mcp", "claude", "planning", "task-management" ], "license": "MIT" }

Latest Blog Posts

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/cppmyjob/cpp-mcp-planner'

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