Skip to content
Zed

januscope for Zed

io.github.giancarloerra/januscope

Local MCP proxy for tool restrictions, response redaction, audit logs, and database schema context.

client:Zed transport:stdio runtime:npm

Install januscope in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "januscope": {
      "command": "npx",
      "args": [
        "-y",
        "januscope"
      ],
      "env": {
        "JANUSCOPE_USER": "<JANUSCOPE_USER>",
        "JANUSCOPE_TEAM": "<JANUSCOPE_TEAM>",
        "JANUSCOPE_SESSION": "<JANUSCOPE_SESSION>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

januscope in other clients