Skip to content
VS Code

Nowline for VS Code

io.nowline/nowline

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

client:VS Code transport:stdio runtime:npm

Install Nowline in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Nowline in other clients