{ "name": "usetrail", "version": "1.29.1", "mcpName": "dev.usetrail/trail", "description": "Trail's MCP server: gives your coding agent your team's tracker and the project's durable memory, scoped to the folder you have open.", "keywords": [ "mcp", "model-context-protocol", "mcp-server", "trail", "usetrail", "project-management", "issue-tracker", "roadmap", "kanban", "ai-agent", "coding-agent", "agent-memory", "claude-code", "codex", "cursor" ], "license": "MIT", "homepage": "https://usetrail.dev", "repository": { "type": "git", "url": "git+https://github.com/arsprengel/trail-mcp.git" }, "bugs": { "url": "https://github.com/arsprengel/trail-mcp/issues" }, "type": "module", "bin": { "usetrail": "./bin.js", "tether-mcp": "./bin.js" }, "files": [ "bin.js", "src", "LICENSE" ], "scripts": { "smoke": "node scripts/smoke.mjs" }, "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "zod": "^4.4.3" } }