Blitz Strike
MCP ServerA penetration-testing methodology delivered as one MCP server: BLITZ maps the attack surface, EAGLE-EYE traces source-to-sink, STRIKE live-verifies every finding before it is reported.
- mcp-server
- security
- pentest
- methodology
MCP server that lets Claude Code drive a live PyMOL session — fetch structures, build selections, adjust representations, measure distances.
Bridges Claude Code to a running PyMOL molecular-visualization session by wrapping PyMOL's built-in XML-RPC server (pymol -R, localhost:9123) in three MCP tools: pymol_command runs any PyMOL command exactly as typed at its prompt, pymol_script runs Python inside PyMOL's embedded interpreter, and pymol_query calls XML-RPC methods directly for read-only lookups like atom counts or chain lists. The server is pure transport — Claude decides which command or code to send.
Structural-biology work where you'd otherwise retype the same fetch/select/color/measure choreography: let Claude Code drive the session while you watch the viewport — preparing figures, exploring a new structure, or scripting repetitive analyses.
git clone https://github.com/stavasol96-arch/Pymol-Claude-MCP cd Pymol-Claude-MCP python3 -m venv venv && source venv/bin/activate pip install -r requirements.txt ln -sf "$(pwd)/autostart/pymolrc.py" ~/.pymolrc.py # optional RPC autostart claude mcp add pymol $(pwd)/venv/bin/python3 $(pwd)/pymol_server.py Start PyMOL (or pymol -R) before launching Claude Code, or the server fails to connect.
PyMOL must already be running with RPC active before Claude Code starts. Niche audience (requires PyMOL and structural-biology context). No license file in the repo yet at review time.
Repository
stavasol96-arch/Pymol-Claude-MCPCharted
A penetration-testing methodology delivered as one MCP server: BLITZ maps the attack surface, EAGLE-EYE traces source-to-sink, STRIKE live-verifies every finding before it is reported.
Red Hat's "ripgrep for AI context" — a C++23 zero-dependency CLI that also speaks MCP.
One shared session memory for 25+ coding agents — Claude Code, Codex, and Cursor finally remember the same project.