mcpbeat Sign in

Jarroba Tools MCP Server

local only

Jarroba Tools runs on your own machine — the client starts it, so there is no endpoint to ping. 672 installs a week from npm.

100 deterministic tools for your AI: logs, tests, SQL, diagrams, SPARQL. Local, no network.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 379 · avg 23
a month agotoday
672
Installs / week
npm · @jarroba/mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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 jarroba-tools -- npx -y @jarroba/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "jarroba-tools": {
      "args": [
        "-y",
        "@jarroba/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.jarroba-tools]
command = "npx"
args = ["-y", "@jarroba/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "jarroba-tools": {
      "args": [
        "-y",
        "@jarroba/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "jarroba-tools": {
      "args": [
        "-y",
        "@jarroba/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: JARROBA_MCP_DOMAINS (Which tool domains to publish, comma-separated. Defaults to what this package is for. Valid: core, calc, diagram, kg, db, ai, logs, queue, project, tests, api, chip, chem. Fewer domains means less of your context window spent on tool definitions.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Jarroba Tools

same job, measured the same way
Boyce
by boyce-io

Deterministic SQL compiler for AI agents. Your agent stops guessing SQL.

66 installs/wk local only
Memory Kernel
by artem362

Local-first memory for AI agents: SQLite FTS5, deterministic recall, no vector DB, no cloud.

122 installs/wk local only
Memex
by pragneshbagary

Persistent session memory for Claude Code. Local SQLite, no LLMs, no network.

147 installs/wk local only
Myc
by aistastudio

Task queue, decisions and memory for coding agents. Local SQLite, no network. Requires Bun.

2 268 installs/wk local only
Memory Engine MCP
by simoneb79

Local-first graph memory for AI assistants with SQLite, semantic search, and MCP tools.

local only
Veto — SQL Safety & Cost Oracle
by vetosql

Deterministic safety, correctness & cost gate that vets Postgres SQL before your AI agent runs it.

3 tools answering
KEPTA — Agent Memory
by damiantodorovic

Local memory for AI agents. One SQLite file on your machine — no cloud, no account.

729 installs/wk local only
Validate
by machinegrade

Deterministic validation for AI-generated artifacts: JSON Schema, OpenAPI response, SQL syntax.

35 installs/wk 1 tools answering

Jarroba Tools — questions

Answers built from our own checks of this server.

Why is there no uptime for Jarroba Tools?
Jarroba Tools 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 @jarroba/mcp was installed 672 times last week.
Is Jarroba Tools still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Jarroba Tools?
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 @jarroba/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Jarroba Tools?
The npm package @jarroba/mcp was installed 672 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.