mcpbeat Sign in

Jeero MCP Server

local only

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

Local Jeero MCP server backed by Mother and SQLite.

Installs / week
npm · jeero-mcp
0
Stars
0 open issues
22 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Jeero MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

Alternatives to Jeero MCP

same job, measured the same way
MCP Feed Reader
by crunchtools

RSS/Atom feed reader MCP server with SQLite backend

281 installs/wk local only
MCP Sqlite Tools
by spences10

MCP server for local SQLite database operations

94 installs/wk local only
I
MCP Ordali Memory
by robin-deruyck

MCP server for Ordali memory: SQLite-backed project memory and governance traces.

32 installs/wk local only
Google Health MCP
by partymola

MCP server for the Google Health API, with a local SQLite cache and trend analysis.

1 343 installs/wk local only
Withings MCP
by partymola

MCP server for the Withings Health API with OAuth, local SQLite cache, and trend analysis.

1 062 installs/wk local only
Memory MCP Server
by j0hanz

SQLite-backed MCP server for persistent memory, full-text retrieval, and graph traversal.

82 installs/wk local only
SQL Builder AI MCP
by csoai-org

Sql Builder Ai MCP Server by MEOK AI Labs

177 installs/wk local only
AlphaFold Sovereign MCP
by smaniches

MCP server for AlphaFold and 8 other biomedical data sources with a local SQLite knowledge graph

1 101 installs/wk local only

Jeero MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Jeero MCP?
Jeero 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 jeero-mcp.
How do I connect Jeero 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 jeero-mcp straight from npm; nothing to host, nothing to sign up for.
Is Jeero MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 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.