II.
ToolServer JSON
Structured · livetool-server:mcp-jupyter
Jupyter MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-jupyter",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-build-ci-tools.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Jupyter MCP Server",
"description": "MCP server providing access to Jupyter notebook environments.\nEnables AI agents to create, read, and execute notebook cells,\nlist kernels, manage files, and retrieve cell outputs.\n",
"protocol": "mcp",
"category": "devtools",
"repoUrl": "https://github.com/datalayer/jupyter-mcp-server",
"maintainer": "Datalayer",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-jupyter",
"to": "tool:jupyter",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-jupyter",
"to": "domain:data-science",
"kind": "lib_applies_to_domain",
"attributes": {}
},
{
"from": "tool-server:mcp-jupyter",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}