Skip to content
VS Code

noglow for VS Code

app.devglow/noglow

Drop a short text fragment into a scratchpad slot, with newlines intact.

client:VS Code transport:stdio runtime:npm

Install noglow in VS Code

.vscode/mcp.json

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

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

noglow in other clients