{"id":"scopecraft-command","name":"command","homepage":null,"repo_url":"https://github.com/scopecraft/command","category":"devtools","subcategories":[],"tags":["cli","mcp","typescript","mdtm","task-management","markdown","ai-ide-integration","workflow","local-filesystem"],"what_it_does":"@scopecraft/cmd provides a CLI and MCP server to manage Markdown-Driven Task Management (MDTM) files. It reads/writes tasks (including phase/current-archive workflows and parent/subtask sequencing) stored in markdown frontmatter (TOML/YAML) and exposes operations via MCP (HTTP/SSE and STDIO) so LLM agents can perform task CRUD without manual parsing.","use_cases":["Manage development tasks and workflows stored as markdown (MDTM)","Drive an agent (via MCP) to list/create/update/complete tasks and subtasks","Organize complex features using parent tasks with ordered or parallel subtasks","Integrate task operations into AI IDEs (Cursor/Claude Desktop) via MCP root-dir configuration","Support multi-project workspaces with switching via config/env"],"not_for":["Replacing a full project management backend (Jira/Linear) where you need robust permissions and audit logs","Handling sensitive multi-tenant data requiring strong access control and segregation","Use as an authenticated SaaS API (it appears designed for local/project file operations)"],"best_when":"You want local, file-based task management driven by markdown frontmatter and you want an MCP-accessible interface for AI tooling to operate on those files.","avoid_when":"You need strong server-side authorization/tenant security, remote data hosting, or regulated workflows requiring explicit compliance/audit guarantees.","alternatives":["Roo Commander (MDTM ecosystem)","Any generic markdown task management tools plus custom scripting","Custom internal tools exposing a REST/GraphQL API over a task database (for stronger auth/audit)"],"af_score":56.0,"security_score":31.8,"reliability_score":31.2,"package_type":"mcp_server","discovery_source":["github"],"priority":"high","status":"evaluated","version_evaluated":null,"last_evaluated":"2026-03-30T13:39:35.977829+00:00","interface":{"has_rest_api":false,"has_graphql":false,"has_grpc":false,"has_mcp_server":true,"mcp_server_url":null,"has_sdk":false,"sdk_languages":[],"openapi_spec_url":null,"webhooks":false},"auth":{"methods":["None indicated for local usage"],"oauth":false,"scopes":false,"notes":"The README describes local/project-root configuration and MCP server startup but does not document authentication/authorization for MCP or HTTP/SSE endpoints."},"pricing":{"model":null,"free_tier_exists":false,"free_tier_limits":null,"paid_tiers":[],"requires_credit_card":false,"estimated_workload_costs":null,"notes":"No pricing information found (appears to be an open-source CLI package)."},"requirements":{"requires_signup":false,"requires_credit_card":false,"domain_verification":false,"data_residency":[],"compliance":[],"min_contract":null},"agent_readiness":{"af_score":56.0,"security_score":31.8,"reliability_score":31.2,"mcp_server_quality":55.0,"documentation_accuracy":65.0,"error_message_quality":0.0,"error_message_notes":null,"auth_complexity":100.0,"rate_limit_clarity":0.0,"tls_enforcement":60.0,"auth_strength":10.0,"scope_granularity":0.0,"dependency_hygiene":55.0,"secret_handling":45.0,"security_notes":"Likely operates on local project files (MDTM markdown), which reduces remote data exposure but increases risk if the process has broad filesystem access. The README does not document authentication/authorization for MCP/HTTP/SSE. TLS is mentioned only implicitly via 'HTTP/SSE' phrasing; explicit HTTPS requirement and verification are not documented. Dependency list includes common utility libs; no audit/CVE data provided.","uptime_documented":0.0,"version_stability":55.0,"breaking_changes_history":50.0,"error_recovery":20.0,"idempotency_support":"false","idempotency_notes":null,"pagination_style":"none","retry_guidance_documented":false,"known_agent_gotchas":["State is filesystem-backed; agent retries may duplicate actions if the underlying operation is not idempotent (not documented).","Authentication/authorization for MCP endpoints is not documented; assume local/trusted network usage unless verified in code.","Pagination/filtering behavior for list methods is not documented in the provided README; agent should be prepared to handle large task sets."]}}