Conarium MCP Server

The Third Eye for Your Company's Data. Part of VERAX , by VERAX Teknoloji. Sister projects: Tugra · Cedulon . It runs locally over stdio via the published package.

People who work with ai security, audit log and data governance and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-17 · ★ 3 · #10 OF 204 MAINTAINED SECURITY · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Conarium

before you install - you'll need

Set CONARIUM_AUDIT_SIGNING_KEY, CONARIUM_ANCHOR_TOKENS, CONARIUM_ANCHOR_SIGNING_KEY, CONARIUM_ANCHOR_BASE_URL before connecting.

Claude Code

claude mcp add dogrucanemek-alt-conarium -- npx -y @conarium-ai/core

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "dogrucanemek-alt-conarium": {
      "command": "npx",
      "args": [
        "-y",
        "@conarium-ai/core"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @conarium-ai/core - the @conarium-ai scope differs from the repo owner (dogrucanemek-alt); confirm it's the project's official package

registry namespace io.github.dogrucanemek-alt is GitHub-verified and matches the repo owner

03 · What Conarium can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Limitations (from the README)

What this repository has not done is in LIMITATIONS.md (Türkçe). The dated comparison page is conarium.dev/compare.html - that is the only copy; this repo does not keep a second one.

Latest releases

v0.2.50 · 2026-09-14

Nothing in the tool's behaviour changed. Two things reach the tarball: · README.md carries one line under the tagline: Conarium is part of · VERAX (verax-ai.com), by VERAX Teknoloji, with links to the sister · projects…

v0.2.49 · 2026-09-11

Nothing in the tool changed. The MCP registry entry for this package carried · neither a display title nor a website, so directories and assistants reading · the registry showed the bare package name and never pointed…

v0.2.48 · 2026-09-01

paper/two-ledgers-one-window.md joined docs/claims/surfaces.json. That · file ships in the tarball, so the number moves even though paper/ does · not; v0.2.47 already holds the previous copy, and a tree that differs in…

04 · Who maintains Conarium

Conarium is maintained by dogrucanemek-alt. We track 3 MCP servers from dogrucanemek-alt - 3 actively maintained, 3 combined GitHub stars, oldest repo from Jul 2026.

05 · Facts

category
security - ranked #10 of 204 actively-maintained security servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-14)
registry
io.github.dogrucanemek-alt/conarium (active, first published 2026-08-15 · 32 versions)
packages
npm:@conarium-ai/core

06 · Conarium FAQ

What is Conarium?

The Third Eye for Your Company's Data. Part of VERAX , by VERAX Teknoloji. Sister projects: Tugra · Cedulon . It runs locally over stdio via the published package.

Is Conarium still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-17 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Conarium?

Run `npx -y @conarium-ai/core`. The README documents 4 environment variables (CONARIUM_AUDIT_SIGNING_KEY, CONARIUM_ANCHOR_TOKENS, CONARIUM_ANCHOR_SIGNING_KEY…) to set first. Set CONARIUM_AUDIT_SIGNING_KEY, CONARIUM_ANCHOR_TOKENS, CONARIUM_ANCHOR_SIGNING_KEY, CONARIUM_ANCHOR_BASE_URL before connecting. You can also paste the ready-made client config above.

Does Conarium run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Conarium