Stats
Actions
Tags
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.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"viche": {
"command": "bun",
"args": [
"run",
"${CLAUDE_PLUGIN_ROOT}/viche-server.ts"
],
"env": {
"NODE_PATH": "${CLAUDE_PLUGIN_DATA}/node_modules"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
bunCommand-line arguments passed to the server process
Environment variables set when the server starts
NODE_PATH=${CLAUDE_PLUGIN_DATA}/node_modulesnpx claudepluginhub viche-ai/viche --plugin viche