Skip to content
Cursor

noglow for Cursor

app.devglow/noglow

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

client:Cursor transport:stdio runtime:npm

Install noglow in Cursor

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

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

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

noglow in other clients