@narvega/proxy
v0.1.5
Published
Stdio proxy that bridges Claude Desktop to the Narvega MCP gateway
Maintainers
Readme
@narvega/proxy
Stdio proxy that connects Claude Desktop or the Claude CLI to the Narvega MCP governance gateway.
Every tool call Claude makes passes through Narvega — logged, policy-checked, and auditable — before reaching your MCP servers.
Usage
Claude Desktop
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"narvega": {
"command": "npx",
"args": ["-y", "@narvega/proxy", "https://gateway.narvega.com/your-slug/sse"]
}
}
}Claude CLI
claude mcp add narvega -- npx -y @narvega/proxy "https://gateway.narvega.com/your-slug/sse"Replace your-slug with the slug from your Narvega dashboard.
Identity
The proxy automatically attaches identity to every request so Narvega knows who made each tool call.
Option 1 — Environment variables (recommended for enterprise IT)
Set these via Group Policy, Intune, or a login script. The proxy picks them up automatically — no per-user Claude config needed.
[email protected]
NARVEGA_USER_ROLE=analyst
NARVEGA_USER_DEPARTMENT=financeOption 2 — OS username fallback
If no env vars are set, the proxy uses the OS username automatically. Zero configuration required.
Requirements
- Node.js 20+
- A Narvega account — narvega.com
