Local Jeero MCP server backed by Mother and SQLite.
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Documented (README)
git clone https://github.com/slimndap/jeero-mcp{
"mcpServers": {
"jeero-mcp": {
"command": "node",
"args": ["/path/to/jeero-mcp/dist/index.js"]
}
}
}Resumen de MCP Servers
# 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)
Lo que la gente pregunta sobre jeero-mcp
¿Qué es slimndap/jeero-mcp?
+
slimndap/jeero-mcp es mcp servers para el ecosistema de Claude AI. Local Jeero MCP server backed by Mother and SQLite. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-22.
¿Cómo se instala jeero-mcp?
+
Puedes instalar jeero-mcp clonando el repositorio (https://github.com/slimndap/jeero-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar slimndap/jeero-mcp?
+
Nuestro agente de seguridad ha analizado slimndap/jeero-mcp y le ha asignado un Trust Score de 87/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene slimndap/jeero-mcp?
+
slimndap/jeero-mcp es mantenido por slimndap. La última actividad registrada en GitHub es del 2026-09-22, con 0 issues abiertos.
¿Hay alternativas a jeero-mcp?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega jeero-mcp en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](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>Más MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl! Don't be shy, join here: https://discord.gg/EMgGbDceNQ and follow here for daily tips and tricks: https://x.com/Scrapling_dev
The fastest path to AI-powered full stack observability, even for lean teams.