Skip to content

kbhuw/jev-sift

v0.2.0+codex.20260918200547

Screen text and files with typed questions before reading them into agent context.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

jev-siftstdio
{
  "type": "stdio",
  "command": "node",
  "args": [
    "${PLUGIN_ROOT}/dist/server.mjs"
  ]
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "name": "jev-sift",
  "version": "0.2.0+codex.20260918200547",
  "description": "Screen text and files with typed questions before reading them into agent context.",
  "author": {
    "name": "Kush Bhuwalka"
  },
  "repository": "https://github.com/kbhuw/jev-sift",
  "homepage": "https://github.com/kbhuw/jev-sift",
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "extensions": {
    "com.openai": {
      "interface": {
        "displayName": "Jev Sift",
        "shortDescription": "Classify first. Read selectively.",
        "longDescription": "Use Jev to screen files, public webpages and tool descriptions against a query. Full contents go directly to Jev; the agent gets compact relevance judgments. Setup needs only a Jev API key.",
        "developerName": "Kush Bhuwalka",
        "category": "Productivity",
        "capabilities": [],
        "defaultPrompt": [
          "Classify these files and show me which ones to read."
        ],
        "brandColor": "#AD8FFF"
      }
    }
  }
}

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • com.openai