npx claudepluginhub mistakeknot/interagency-marketplace --plugin interjectAdd to your .mcp.json:
{
"mcpServers": {
"interject": {
"command": "${CLAUDE_PLUGIN_ROOT}/bin/launch-mcp.sh",
"env": {
"EXA_API_KEY": "${EXA_API_KEY}",
"SEARXNG_URL": "${SEARXNG_URL}",
"BRAVE_API_KEY": "${BRAVE_API_KEY}",
"TAVILY_API_KEY": "${TAVILY_API_KEY}"
}
}
}
}Replace placeholder values for: EXA_API_KEY, TAVILY_API_KEY, BRAVE_API_KEY
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server has elevated permissions. Review the source code before enabling.
${CLAUDE_PLUGIN_ROOT}/bin/launch-mcp.shEXA_API_KEY=${EXA_API_KEY}SEARXNG_URL=${SEARXNG_URL}BRAVE_API_KEY=${BRAVE_API_KEY}TAVILY_API_KEY=${TAVILY_API_KEY}