A simple MCP server for Corellium with a hello_world tool.
python3.12 -m venv venv/
source venv/bin/activate # On Windows: venv\Scripts\activatepip install -e .After completing the setup steps above, add the MCP server to Claude Code:
claude mcp add --scope user corellium -- <path-to-this-repo>/venv/bin/corellium-mcpReplace <path-to-this-repo> with the actual path to this repository.
Run with stdio transport (default):
corellium-mcpRun with HTTP transport:
corellium-mcp --http --host 127.0.0.1 --port 8000 --path /mcpnpx @modelcontextprotocol/inspector --cli corellium-mcphello_world: A simple greeting tool that takes a name parameter and returns a greeting message.