Skip to content
Cursor

draftlytic mcp for Cursor

io.github.rbsoftwaresystems/draftlytic-mcp

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

client:Cursor transport:stdio runtime:npm

Install draftlytic mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

draftlytic mcp in other clients