17 hours ago
Injectable MCP server for AI-driven reverse engineering inside processes
Server Config
{
"mcpServers": {
"ghost-core": {
"command": "path/to/ghost-core-mcp.exe",
"args": [
"--transport",
"stdio"
]
},
"ghost-analysis": {
"command": "path/to/ghost-analysis-mcp.exe",
"args": [
"--port",
"13341"
]
},
"ghost-static": {
"command": "path/to/ghost-static-mcp.exe",
"args": [
"--port",
"13342"
]
},
"ghost-extended": {
"command": "path/to/ghost-extended-mcp.exe",
"args": [
"--port",
"13343"
]
}
}
}