Skip to main content
ClaudeWave

Local Jeero MCP server backed by Mother and SQLite.

MCP ServersOfficial Registry0 stars0 forksTypeScriptMITUpdated today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 9/23/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/slimndap/jeero-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "jeero-mcp": {
      "command": "node",
      "args": ["/path/to/jeero-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/slimndap/jeero-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# Jeero MCP

Jeero MCP is a local [Model Context Protocol](https://modelcontextprotocol.io/) server for Jeero subscriptions and event data. It synchronizes with Mother and keeps its local event cache in SQLite; it does not require WordPress or a hosted MCP service.

## Install

Use Node.js 20 or later and configure your MCP client to run the published package:

```json
{
  "mcpServers": {
    "jeero": {
      "command": "npx",
      "args": ["-y", "jeero-mcp"]
    }
  }
}
```

The server communicates over stdio. Do not write application logs to stdout.

## First use

Create a subscription with `create_subscription`. Mother first returns its **Ticketing solution** field; set that value with `config_subscription`, which returns the connector-specific fields. Send those completed settings through `config_subscription`. One subscription can be the default; tools use it when `subscription` is omitted. Multiple active subscriptions are supported.

`get_events` synchronizes the selected subscriptions at most once a minute. While the server is running, active subscriptions are also checked every minute. Use `sync_subscription` or `sync_subscriptions` with `force: true` when an immediate refresh is needed.

## Tools

- Subscription management: `list_subscriptions`, `create_subscription`, `get_subscription`, `config_subscription`, `set_default_subscription`, `activate_subscription`, `deactivate_subscription`
- Synchronization: `sync_subscription`, `sync_subscriptions`
- Event data: `get_events`, `get_event`, `list_event_categories`, `get_ticket_snapshots`, `get_logs`

## Local data and configuration

By default Jeero MCP stores its SQLite cache and persistent site identity in `~/.jeero-mcp/`. Keep that directory private: the identity is used for Mother requests.

| Variable | Purpose |
| --- | --- |
| `JEERO_DATA_DIR` | Override the local data directory. |
| `JEERO_SITE_URL` | Stable local site identifier; defaults to the machine hostname. |
| `JEERO_MOTHER_BASE_URL` | Override Mother’s base URL, for example for staging. |
| `JEERO_NO_OF_ITEMS_PER_PICKUP` | Limit inbox items requested per sync. |
| `JEERO_LOG_MOTHER` | Enable Mother request tracing with `true`, `1`, `yes`, or `on`. |
| `JEERO_LOG_MOTHER_FILE` | Override the trace log path. |

Mother remains the upstream source of truth. Jeero MCP stores processed event records and synchronization state, not raw inbox payloads.

## Development

```sh
npm install
npm test
npm pack --dry-run
```

The tag-based publish workflow requires an explicit repository release approval before a version tag can publish.

## License

[MIT](LICENSE)

What people ask about jeero-mcp

What is slimndap/jeero-mcp?

+

slimndap/jeero-mcp is mcp servers for the Claude AI ecosystem. Local Jeero MCP server backed by Mother and SQLite. It has 0 GitHub stars and its last recorded update is dated 2026-09-22.

How do I install jeero-mcp?

+

You can install jeero-mcp by cloning the repository (https://github.com/slimndap/jeero-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is slimndap/jeero-mcp safe to use?

+

Our security agent has analyzed slimndap/jeero-mcp and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains slimndap/jeero-mcp?

+

slimndap/jeero-mcp is maintained by slimndap. The last recorded GitHub activity is dated 2026-09-22, with 0 open issues.

Are there alternatives to jeero-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy jeero-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: slimndap/jeero-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/slimndap-jeero-mcp)](https://claudewave.com/repo/slimndap-jeero-mcp)
<a href="https://claudewave.com/repo/slimndap-jeero-mcp"><img src="https://claudewave.com/api/badge/slimndap-jeero-mcp" alt="Featured on ClaudeWave: slimndap/jeero-mcp" width="320" height="64" /></a>

More MCP Servers

jeero-mcp alternatives