From viche
Runs locally as a Bun-powered TypeScript MCP server (viche-server.ts). Purpose and capabilities unclear from key, command, and NODE_PATH env var. No secrets required.
npx claudepluginhub viche-ai/viche --plugin vicheAdd to your .mcp.json:
{
"mcpServers": {
"viche": {
"command": "bun",
"args": [
"run",
"${CLAUDE_PLUGIN_ROOT}/viche-server.ts"
],
"env": {
"NODE_PATH": "${CLAUDE_PLUGIN_DATA}/node_modules"
}
}
}
}This server has elevated permissions. Review the source code before enabling.
bunNODE_PATH=${CLAUDE_PLUGIN_DATA}/node_modules