Skip to main content
MCP server for Claude

One conversation. Your whole stack.

Causly Server gives Claude 181 tools to build, deploy, containerize, and manage a real product end to end — code, databases, infrastructure, monitoring, all of it — running locally on your own machine.

logs/activity.log
$ship_changeMEDIUMok 842ms
$run_testsREADok 1204ms
$docker_buildHIGHconfirm:trueok
$terraform_applyDESTRUCTIVEconfirm:true
$deploy_projectHIGHconfirm:trueok
$http_checkREAD200 healthy
$sentry_list_issuesREAD0 open

Every stage of shipping something real, in one place

Not a pile of generic integrations — a set of tools that follows the shape of an actual project, from an empty repo to something live and monitored.

01
Code
Read, write, edit, move, and search files and directories.
02
Version control
Full git lifecycle plus the complete GitHub PR and Actions/CI flow.
03
Databases
Generic Postgres and MySQL, plus Supabase.
04
Containers
Docker — build, run, inspect, compose. Docker Desktop or WSL-only.
05
Infrastructure
Terraform — plan, apply, destroy, state, plus a CI plan-comment hook.
06
Secrets
A built-in local encrypted vault — no external service required.
07
Monitoring
Sentry — list, search, and triage errors from the same chat.
08
Docs & knowledge
Notion — pages, databases, blocks, comments.
09
Communication
Slack and Gmail — read, search, send, reply.
10
Deployment
Vercel — deploy, verify, roll back, check health.

It can genuinely change your systems — so every call is classified first

Risky actions don't run silently. Every tool carries a permission level, and the ones that matter wait for your explicit confirmation.

READLOWMEDIUMHIGH — needs confirm:trueDESTRUCTIVE — needs confirm:true

Secret redaction

Tokens, passwords, and keys are stripped before anything touches a log line.

Command risk scanning

Force-push, DROP TABLE, curl-pipe-bash, sudo — flagged and surfaced, not silently allowed.

Path protection

Writes and deletes inside protected system directories are blocked outright.

Structured audit log

Every call appended to logs/activity.log — one JSON line: risk, status, duration.

The workflow is already built — and it never leaves your machine

Causly ServerZapier / Composio-style
SetupFill in a token — the workflow already existsYou wire up the automation yourself, every time
Your dataLocal-first, never leaves your machineCloud-hosted, passes through their servers
DepthProduct-lifecycle-aware, expert-tuned toolsGeneric, one-action-at-a-time integrations
LimitsNone — free and open-source (MIT)Usage tiers, task limits, seat pricing

Running in under five minutes

Node.js 18+ and Claude Desktop (or any MCP client). Everything else is optional, only needed for the tools you use.

$ git clone https://github.com/KNIHAL/causly-server
$ cd causly-server && npm install
$ cp .env.example .env
$ npm run setup