HomeDatabases & Data › JanuScope

JanuScope

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

TypeScript
★ 31 stars Last pushed 2026-09-19 License: AGPL-3.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.5.0)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "januscope": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "JANUSCOPE_USER": "<YOUR_VALUE>",
        "JANUSCOPE_TEAM": "<YOUR_VALUE>",
        "JANUSCOPE_SESSION": "<YOUR_VALUE>"
      }
    }
  }
}
  • JANUSCOPE_USER — Optional identity attribution stamped onto every audit record. Free-form operator identifier (email, employee id) for SIEM joins. Omitted from records when unset.
  • JANUSCOPE_TEAM — Optional org / team / cost-centre identifier stamped onto every audit record. Omitted when unset.
  • JANUSCOPE_SESSION — Optional client-side correlation id stamped onto every audit record. Useful for cross-process tracing.

This server takes extra arguments — see its repository.

Related servers

Data from the Official MCP Registry