PluginBench
MCP Server
Active

noglow MCP Server

app.devglow/noglow

What is the noglow MCP server?

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

How to install noglow

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "noglow": {
      "command": "npx",
      "args": [
        "-y",
        "noglow-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "noglow": {
      "command": "npx",
      "args": [
        "-y",
        "noglow-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "noglow": {
      "command": "npx",
      "args": [
        "-y",
        "noglow-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "noglow": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "noglow-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add noglow -- npx -y noglow-mcp

Related MCP servers

devglow

Active

Start, stop, and inspect local dev servers in a desktop app instead of the agent's session.

0
View repository →

todoglow

Active

See what each of your coding agents is working on, and read or advance your todos.

0
View repository →