@trouve-ai/search-plugin
v2.0.0
Published
trouve code search plugin for OpenCode, Kilo Code, Claude Code, and Codex: native tools (OpenCode/Kilo), MCP server + skill + sub-agent (Claude/Codex).
Maintainers
Readme
@trouve-ai/search-plugin
One plugin package for four agent harnesses:
- OpenCode and Kilo Code — native
trouve_searchandtrouve_find_relatedtools (npm install). - Claude Code and Codex — MCP server, workflow skill, sub-agent (Claude), and session-start index warming (git marketplace install).
Depends on @trouve-ai/search-core for the native binary.
OpenCode
{ "plugin": ["@trouve-ai/search-plugin"] }Kilo Code
kilo plugin @trouve-ai/search-plugin --globalOptions:
{ "plugin": [["@trouve-ai/search-plugin", { "content": "all", "warm": true }]] }Claude Code
/plugin marketplace add jimsimon/trouve
/plugin install trouve-search@trouveInstalls the trouve-search MCP server (tools surface as
mcp__trouve-search__search and mcp__trouve-search__find_related), the
trouve-search sub-agent, the workflow skill, and a SessionStart hook that
warms the project index in the background.
Codex
codex plugin marketplace add 'https://github.com/jimsimon/trouve.git' --ref main
codex plugin add trouve-search@trouveMCP / npx
Run the MCP stdio server without a harness plugin:
npx -y @trouve-ai/search-coreSee INSTALL.md for manual MCP setup and the native OpenCode tool-file alternative.
Development
The npm/ directory is an npm workspace, so install from there:
cd npm
npm install # links @trouve-ai/search-core from ../search-core
npm run typecheckLicense
MIT, same as trouve-search.
