power — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited power (MCP Server) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A Model Context Protocol (MCP) server for programmatically editing Jupyter notebooks while preserving their format and structure.
uv tool install jupyter-editor-mcp
jupyter-editor-mcpgit clone https://github.com/jsamuel1/jupyter-editor-mcp.git
cd jupyter-editor-mcp
uv venv
uv pip install -e ".[dev]"See INSTALL.md for detailed configuration options.
Add to your claude_desktop_config.json:
{
"mcpServers": {
"jupyter-editor": {
"command": "jupyter-editor-mcp"
}
}
}Read a notebook:
"Show me the structure of my notebook.ipynb"Insert a cell:
"Add a markdown cell at the beginning explaining what this notebook does"Batch operations:
"Replace all occurrences of 'old_function' with 'new_function' in all code cells"Multi-notebook:
"Merge analysis.ipynb and visualization.ipynb into combined.ipynb"# Run tests
pytest
# Run tests with coverage
pytest --cov
# Install in development mode
uv pip install -e ".[dev]"MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.