Skip to main content
Glama
204,700 tools. Last updated 2026-06-15 01:18

"Jupyter" matching MCP tools:

Matching MCP Servers

  • Apply multiple find-and-replace edits to a single file in one atomic operation, ensuring all changes succeed or none are applied.
    MIT
  • Initialize a Jupyter notebook by creating it if needed and connecting to a specified server URL. Must be called before any other notebook operations.
    Apache 2.0
  • Generate and customize Jupyter notebooks for Python and Markdown tasks, ensuring unique names and valid JSON content for streamlined data analysis and integration with SingleStore databases.
    MIT
  • Connect to a remote Jupyter server to run code on remote compute, GPUs, or data while keeping notebooks saved locally.
    MIT
  • Convert a Jupyter notebook into a single Python script string with # %% cell markers for analysis, diffing, or programmatic use.
    MIT
  • Execute code directly in Jupyter notebooks for debugging, profiling, and temporary calculations without saving to the notebook.
    BSD 3-Clause
  • Retrieve all available Jupyter kernel sessions with IDs, names, states, and specifications to monitor resources and identify kernels for connection.
    BSD 3-Clause
  • Read Jupyter notebook cells to analyze structure, view content, and identify cells for operations like deletion or insertion using brief or detailed formats.
    BSD 3-Clause
  • Read a Jupyter notebook and retrieve its full structure including cell IDs, types, source, execution counts, and outputs.
    MIT
  • Access and read files from the local filesystem to analyze content, supporting large files with optional line-based control for efficient data retrieval.
    MIT