Stats
Actions
Tags
From dak
Local MCP server for interactive notebook execution, presumably from nteract. Communicates via NTERACT_CHANNEL. Purpose appears to be running Jupyter-like notebook cells programmatically.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"notebook": {
"type": "http",
"command": "npx",
"args": [
"-y",
"git+https://github.com/gemini-cli-extensions/data-agent-kit-starter-pack.git",
"--mode=notebook"
],
"url": "https://github.com/gemini-cli-extensions/data-agent-kit-starter-pack.git"
}
}
}Review these signals before enabling this server
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
npxhttps://github.com/gemini-cli-extensions/data-agent-kit-starter-pack.gitCommand-line arguments passed to the server process
npx claudepluginhub gemini-cli-extensions/data-agent-kit-starter-pack --plugin dak