Used by 1 plugin
Add to your .mcp.json:
{
"mcpServers": {
"holoviz-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-v",
"~/.holoviz-mcp:/root/.holoviz-mcp",
"ghcr.io/marcskovmadsen/holoviz-mcp:latest"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
docker