Used by 1 plugin
Add to your .mcp.json:
{
"mcpServers": {
"goodvibes-tools": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/tools/implementations/tool-search-server/dist/index.js"
],
"env": {
"NODE_ENV": "production",
"PLUGIN_ROOT": "${CLAUDE_PLUGIN_ROOT}"
}
}
}
}This server has elevated permissions. Review the source code before enabling.
nodeNODE_ENV=productionPLUGIN_ROOT=${CLAUDE_PLUGIN_ROOT}