← Browse

@vscarpenter/gsd-mcp-server

A

MCP server package gsd-mcp-server

mcp_servermcp

Install

agr install @vscarpenter/gsd-mcp-server --target claude

This artifact does not publish files for Claude.

Document

{ "name": "gsd-mcp-server", "version": "1.2.3", "description": "MCP server for GSD Task Manager — 20 tools for task CRUD, analytics, and diagnostics over PocketBase. Validated inputs, dry-run support, JWT-aware token health, and dependency-safe deletes.", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" }, "./types": { "types": "./dist/types.d.ts", "import": "./dist/types.js" } }, "bin": { "gsd-mcp-server": "dist/index.js" }, "files": [ "dist//*", "!dist//.test.", "!dist//.spec.", "!dist/tests/", "README.md", "CHANGELOG.md", "LICENSE" ], "sideEffects": false, "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/index.js", "test": "vitest run", "test:watch": "vitest", "test:ui": "vitest --ui", "test:coverage": "vitest run --coverage", "version:patch": "npm version patch --no-git-tag-version --ignore-scripts", "version:minor": "npm version minor --no-git-tag-version --ignore-scripts", "version:major": "npm version major --no-git-tag-version --ignore-scripts", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "task-manager", "productivity", "claude", "claude-desktop", "anthropic", "ai", "llm", "ai-assistant", "eisenhower-matrix", "todo", "gtd", "tasks", "pocketbase", "privacy" ], "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "author": "Vinny Carpenter", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/vscarpenter/gsd-task-manager.git", "directory": "packages/mcp-server" }, "homepage": "https://github.com/vscarpenter/gsd-task-manager#readme", "bugs": { "url": "https://github.com/vscarpenter/gsd-task-manager/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "1.29.0", "@sentry/node": "10.67.0", "pocketbase": "0.27.0", "zod": "4.4.3" }, "devDependencies": { "@types/node": "26.1.1", "@vitest/ui": "4.1.10", "typescript": "7.0.2", "vitest": "4.1.10" }, "engines": { "node": ">=18.0.0" } }

Trustgrade A

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • warnType matchbest-effort: server code not analyzed

    Whether the artifact is really the kind of thing its metadata claims it is.

  • passFreshness

    How long since the source repository was last pushed to.

  • passPrompt injection

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

  • passLicense

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.

Versions

  • git-123b6ceef5522026-08-06