SkillAgentSearch skills...

longterm-planner-mcp

MCP server for long-term planning management in Claude Code

Install / Use

claude mcp add artpar -- npx -y github:artpar/longterm-planner-mcp

If the server publishes to npm under a different name, use that package instead — check the repo README.

About this skill
🔌

MCP Server

Model Context Protocol server

Quality Score

33/100

Supported Platforms

Claude Code
Claude Desktop

Tags

{ "name": "longterm-planner-mcp", "version": "0.2.16", "description": "MCP server for long-term planning management and execution in Claude Code", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "longterm-planner-mcp": "./dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "dev": "tsx watch src/index.ts", "start": "node dist/index.js", "test": "vitest", "test:run": "vitest run", "test:coverage": "vitest run --coverage", "typecheck": "tsc --noEmit", "prepublishOnly": "npm run build && npm run test:run" }, "keywords": [ "mcp", "model-context-protocol", "claude", "claude-code", "planning", "task-management", "project-management", "ai-tools" ], "author": "", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/artpar/longterm-planner-mcp.git" }, "homepage": "https://github.com/artpar/longterm-planner-mcp#readme", "bugs": { "url": "https://github.com/artpar/longterm-planner-mcp/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "sql.js": "^1.11.0", "uuid": "^11.0.3", "zod": "^3.24.1" }, "devDependencies": { "@types/node": "^22.10.2", "@types/sql.js": "^1.4.9", "@types/uuid": "^10.0.0", "@vitest/coverage-v8": "^2.1.8", "tsx": "^4.19.2", "typescript": "^5.7.2", "vitest": "^2.1.8" }, "engines": { "node": ">=18.0.0" } }

Related Skills

View on GitHub
GitHub Stars0
CategoryDevelopment
UpdatedNaNy ago
Forks0

Security Score

68/100

Audited on Invalid Date

2 medium1 low