Skip to content
Cursor

Nowline for Cursor

io.nowline/nowline

Create and edit your roadmaps in a plain-text format.

client:Cursor transport:stdio runtime:npm

Install Nowline in Cursor

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

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

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

Nowline in other clients