mcp-server-ipykernel
Verified Safeby xstraven
Overview
This project defines a Python package intended to provide a custom Jupyter kernel named `ipymcp`, enabling interactive execution within Jupyter notebooks for a specific 'mcp' environment.
Installation
No command providedSecurity Notes
The provided source code is limited to `pyproject.toml` and an empty `__init__.py`. No executable code, 'eval' usage, obfuscation, network operations, or hardcoded secrets are present to evaluate for security risks. The dependency on `ipykernel` is standard and widely used. A full security audit would require the complete kernel implementation, as the core logic is not provided.
Similar Servers
jupyter-mcp-server
This server acts as an MCP (Model Context Protocol) adapter, allowing AI agents to connect, manage, and interact with Jupyter Notebooks in real-time, supporting dual-mode operation as a standalone server or a Jupyter extension.
mcp-server-code-execution-mode
This server enables LLM agents to execute Python code in a highly secure, isolated container environment, facilitating complex multi-tool orchestration and data analysis with minimal LLM context token usage.
mcp
The MCP Server provides an AI-powered framework for command execution, plugin-based tools, secure Python evaluation, and knowledge management, designed for standalone or embedded use.
claude-workspace
Provides a persistent Python execution environment and browser automation capabilities for Claude Code, enabling stateful computation and web interaction.