Skip to content

aimoda/corellium-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Corellium MCP Server

A simple MCP server for Corellium with a hello_world tool.

Setup

1. Create Virtual Environment

python3.12 -m venv venv/
source venv/bin/activate  # On Windows: venv\Scripts\activate

2. Install Dependencies

pip install -e .

3. Add to Claude Code

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-mcp

Replace <path-to-this-repo> with the actual path to this repository.

Usage

Run with stdio transport (default):

corellium-mcp

Run with HTTP transport:

corellium-mcp --http --host 127.0.0.1 --port 8000 --path /mcp
npx @modelcontextprotocol/inspector --cli corellium-mcp

Tools

  • hello_world: A simple greeting tool that takes a name parameter and returns a greeting message.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages