mcpbeat Sign in

Causari MCP Server

local only

Causari runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 21 Sep 2026.

Records what an AI agent did in a repo (prompt, model, files) and answers why a line exists.

Installs / week
not published
7
Stars
0 open issues
21 Sep 2026
Last commit
from GitHub
Apache-2.0
License
Rust

What the code does

We read the source, 8 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command packaging/npm/lib/shim.js:294
      const child = spawn(bin, args, { stdio: 'inherit', windowsHide: true });
Builds a file path from a variable packaging/npm/lib/shim.js:74
  return path.join(cacheRoot(env, platform), 'causari', ver, tgt);
        return subprocess.call([str(binary), *args])

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to Causari

same job, measured the same way
Mirofy
by hasan-laraib

Ask a repository what depends on what. Every answer cites the file, line and commit it came from.

49 installs/wk local only
Prumo
by tomd4vs

Checks the context files a coding agent reads against the git index, and reports what drifted.

79 installs/wk local only
Project Memory MCP
by kaaustubh

Persistent memory for AI coding agents — past bugs, decisions, and your corrections, in your repo.

59 installs/wk local only
Repomix
by yamadashy

Pack local or remote codebases into AI-friendly files that LLMs and coding agents can read or search

66 962 installs/wk local only
Decaframe
by decaframe

Presentations, slides, reports and one-pagers your agent designs and you edit. Exports to one file.

108 installs/wk local only
projectmind
by nodemint-dev

Persistent project memory for AI coding agents: one compact digest instead of re-reading the repo.

40 installs/wk local only
AnchorDB
by jolovicdev

Persistent code memory for AI agents: notes pinned to files and symbols that survive refactors.

local only
Invigil
by invigil

Linters check your code. Invigil checks whether your repo is legible — to newcomers and AI agents.

110 installs/wk local only

Causari — questions

Answers built from our own checks of this server.

Why is there no uptime for Causari?
Causari runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Causari open source?
Yes — it is published under the Apache-2.0 licence, written in Rust and 7 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.