Odel
draftlytic mcp

draftlytic mcp

Local
@rbsoftwaresystemsJavaScriptMITUpdated 2mo ago

Offline MCP server for planning structured project specs — validate, render, and checklist tools.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmdraftlytic-mcpv0.4.1

Run

npx -y draftlytic-mcp

MCP client config

{
  "mcpServers": {
    "draftlytic-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "draftlytic-mcp"
      ]
    }
  }
}