JEV plugins

September 18, 2026 · View on GitHub

JEV

Selection plugins for AI agents. Four routers — memory, agent, model, and MCP — keep only the candidates that fit the current task and budget. Local by default, no API keys required. Works in Cursor and Hermes.

This repository is the Cursor marketplace for the published JEV Labs routers. Each plugin is also installable from its own public repository as an Agent Plugin.

PluginToolSource
jev-memory-selectormemory_selectFilter retrieved memories under a token budget
jev-agent-routeragent_routePick one agent, abstain, or fall back once
jev-model-routermodel_routeRoute an LLM under quality, cost, latency
jev-mcp-routermcp_selectSelect MCP tools without executing them

The other JEV Labs briefs (coding-agent, security-gate, devops-agent, ab-test) are design-only and are not listed here.

Cursor

  1. Open Customize.
  2. Add this repository as a marketplace, or install after it is listed on cursor.com/marketplace.
  3. Team plans can import https://github.com/Pinutss/jev-plugins from Dashboard → Plugins & MCPs.

Local test:

# copy plugins/* into ~/.cursor/plugins/local/

Requires uv. Marketplace wrappers start each MCP server with uvx --from git+https://github.com/Pinutss/<repo>.

Hermes

Install one plugin:

hermes plugins install Pinutss/jev-memory-selector --enable
hermes plugins install Pinutss/jev-agent-router --enable
hermes plugins install Pinutss/jev-model-router --enable
hermes plugins install Pinutss/jev-mcp-router --enable

Or install the pinned pack after cloning this repo:

hermes plugins pack install ./hermes-pack.yaml

Manual MCP

Each source README still documents a raw mcp_servers entry for Hermes and OpenClaw.

License

MIT. Author: Pinuts.