mcpbeat Sign in

Kasbah MCP Server

by al-adnane Your server? Claim it
local only

Kasbah MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 55 installs a week from npm. Last commit 21 Feb 2026.

Governance layer for agentic AI — signed, verifiable receipts for every agent action.

Installs per day peak 19 · avg 8 · +122% w/w
a month agotoday
55
Installs / week
npm · @yobekasbah/mcp-server
2
Stars
14 open issues
21 Feb 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 21 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.

File ships in the package but is absent from the source [пакет] src/index 2.js:1, [пакет] src/index.js:1
этот файл ставится пользователю, но в репозитории его нет
    subprocess.check_call([py_exe, "-m", "pip", "install", "numpy"])
Runs with shell=True archive/kasbah_preflight.py:12
    p = subprocess.run(cmd, shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, text=True)

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

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add kasbah-mcp -- npx -y @yobekasbah/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "kasbah-mcp": {
      "args": [
        "-y",
        "@yobekasbah/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.kasbah-mcp]
command = "npx"
args = ["-y", "@yobekasbah/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "kasbah-mcp": {
      "args": [
        "-y",
        "@yobekasbah/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "kasbah-mcp": {
      "args": [
        "-y",
        "@yobekasbah/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: KASBAH_API_KEY (Kasbah API key — get a free one via POST https://kasbah-api.fly.dev/v1/auth/signup), KASBAH_API (Kasbah gateway base URL (defaults to http://127.0.0.1:8788 for local dev)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Kasbah MCP

same job, measured the same way
Agent Receipts
by webaesbyamin

Ed25519-signed receipts for every AI agent action. Local-first, verifiable, no server required.

67 installs/wk local only
Proof Layer
by world-999-labs

Signed, hash-chained provenance receipts for AI agent actions.

22 installs/wk local only
Acta — Verifiable Agent Memory
by kylewilson04

Verifiable agent memory with signed ledger receipts — verify every write offline.

local only
Agentseal
by joeybrar

Verifiable action logs for AI agents. Every action is recorded in a SHA-256 hash chain.

33 installs/wk local only
ActionProof
by burakfenerci5

Tamper-proof audit trail for AI agents. Signed receipts, offline-verifiable, zero backend.

67 installs/wk local only
TookEffect
by tookeffect

Independent effect verification and signed receipts for consequential AI agent actions.

answering
Csoai
by csoai-org

Signed deterministic AI-governance measurement: EU AI Act cards + agent-callable record verify.

174 installs/wk local only
Gateway
by duvera

Governed AI actions with signed, verifiable receipts: free keyless reads, human-approved writes.

52 tools answering

Kasbah MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Kasbah MCP?
Kasbah MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @yobekasbah/mcp-server was installed 55 times last week.
How do I connect Kasbah MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @yobekasbah/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Kasbah MCP?
The npm package @yobekasbah/mcp-server was installed 55 times in the last week. Week over week that is +122%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Kasbah MCP open source?
Yes — it is published under the MIT licence, written in Python, 2 stars on GitHub and 14 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.