
Product
Introducing Repository Access Permissions and Custom Roles
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.
@cylixlee/ghidra-mcp
Advanced tools
Ghidra MCP compatible with LaurieWired/GhidraMCP.
This is a simple TypeScript implementation of Ghidra MCP, which alternates the python script in the original repo.
File -> Install Extensions -> + -> select the ZIP -> restart GhidraFile -> Configure -> Developer -> check GhidraMCPPluginEdit -> Tool Options -> GhidraMCP HTTP Server (default 8080)Now let's configure Ghidra MCP for your agent. Don't forget to replace the --server URL if you changed the port in Edit -> Tool Options -> GhidraMCP HTTP Server.
Add to your opencode.jsonc (project) or ~/.config/opencode/opencode.json (global):
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"ghidra": {
"type": "local",
"command": ["npx", "-y", "@cylixlee/ghidra-mcp", "--server", "http://127.0.0.1:8080/"],
"enabled": true
}
}
}
Add to .claude/mcp.json (project) or ~/.claude/mcp.json (global):
{
"mcpServers": {
"ghidra": {
"command": "npx",
"args": ["-y", "@cylixlee/ghidra-mcp", "--server", "http://127.0.0.1:8080/"]
}
}
}
ghidra-mcp — MCP server for Ghidra
Usage:
ghidra-mcp --server <url> [--sse <port>]
Required:
--server <url> Ghidra HTTP server URL
Options:
--sse <port> Enable SSE transport on the given port
-h, --help Show this help message
Examples:
ghidra-mcp --server http://127.0.0.1:8080/ # stdio mode
ghidra-mcp --server http://127.0.0.1:8080/ --sse 8081 # SSE mode
FAQs
Simple TypeScript implementation of Ghidra MCP
We found that @cylixlee/ghidra-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.