Skip to content
VS Code

Nudge for VS Code

io.github.jwill824/nudge-mcp

MCP server that nudges better AI session behavior through token usage and efficiency analysis

client:VS Code transport:stdio runtime:pypi

Install Nudge in VS Code

.vscode/mcp.json

{
  "servers": {
    "nudge-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "nudge-mcp"
      ]
    }
  }
}

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

Nudge in other clients