MCPEmulate MCP Server
LabGuy94/MCPEmulate
Are you the maintainer of LabGuy94/MCPEmulate? Claim this listing →
MCP server exposing CPU emulation
Add AgentRank to Claude Code Discover and compare tools like LabGuy94/MCPEmulate — your AI finds the right one automatically
Get API Access → claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
LabGuy94/MCPEmulate is a Python MCP server licensed under GPL-2.0. MCP server exposing CPU emulation
Ranked #85 out of 109 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Python GPL-2.0
Score Breakdown
Stars 15% 2
2 stars → early stage
Freshness 25% today
Last commit today → actively maintained
Issue Health 25% 50%
No issues filed → no history to score
Contributors 10% 1
1 contributor → solo project
Dependents 25% 0
No dependents → no downstream usage
npm Downloads N/A
PyPI Downloads N/A
Forks 0
Description Brief
License GPL-2.0
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Description low impact
Contributors medium impact
Dependents medium impact
Matched Queries
From the README
# MCPEmulate > This project was vibecoded. An [MCP](https://modelcontextprotocol.io/) server that exposes CPU emulation, disassembly, and assembly as tools for LLM agents. Built on [Unicorn](https://www.unicorn-engine.org/) (emulation), [Capstone](https://www.capstone-engine.org/) (disassembly), [Keystone](https://www.keystone-engine.org/) (assembly), and [LIEF](https://lief-project.github.io/) (binary parsing). Agents can create isolated emulation sessions, load code or full executables, set breakpoints, hook syscalls, step through instructions, inspect memory and registers, and diff execution traces -- all through the standard MCP tool interface. ## Supported Architectures | Architecture | Emulation | Disassembly | Assembly | Syscall Hooking | |---|---|---|---|---| | x86 (32-bit) | Yes | Yes | Yes | `int 0x80` | | x86-64 | Yes | Yes | Yes | `syscall` | | ARM (32-bit) | Yes | Yes | Yes | `svc 0` | | AArch64 | Yes | Yes | Yes | `svc 0` | | MIPS32 (LE) | Yes | Yes | Yes | `syscall`Read full README on GitHub →
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.