JEV plugins
September 18, 2026 · View on GitHub
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.
| Plugin | Tool | Source |
|---|---|---|
| jev-memory-selector | memory_select | Filter retrieved memories under a token budget |
| jev-agent-router | agent_route | Pick one agent, abstain, or fall back once |
| jev-model-router | model_route | Route an LLM under quality, cost, latency |
| jev-mcp-router | mcp_select | Select 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
- Open Customize.
- Add this repository as a marketplace, or install after it is listed on cursor.com/marketplace.
- Team plans can import
https://github.com/Pinutss/jev-pluginsfrom 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.