npx claudepluginhub utakatakyosui/c2lab --plugin ollama-consultAdd to your .mcp.json:
{
"mcpServers": {
"ollama-consult": {
"command": "${CLAUDE_PLUGIN_ROOT}/mcp-server/.venv/bin/python3",
"args": [
"${CLAUDE_PLUGIN_ROOT}/mcp-server/server.py"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
${CLAUDE_PLUGIN_ROOT}/mcp-server/.venv/bin/python3