-
-
Notifications
You must be signed in to change notification settings - Fork 69
Expand file tree
/
Copy path.config.toml.example
More file actions
31 lines (27 loc) · 779 Bytes
/
.config.toml.example
File metadata and controls
31 lines (27 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Ghidra MCP Server
[mcp_servers.ghidra]
command = "C:\\Users\\<User>\\AppData\\Local\\Programs\\Python\\Python312\\python.exe"
startup_timeout_ms = 60_000
args = [
"D:\\Download\\Compressed\\GhidraMCP-release-1-4_3\\GhidraMCP-release-1-4\\bridge_mcp_ghidra.py",
"--ghidra-server",
"http://127.0.0.1:8080/"
]
[mcp_servers.ghidra.env]
PYTHONIOENCODING = "utf-8"
SYSTEMROOT = 'C:\\Windows'
# Jadx MCP Server
[mcp_servers.jadx]
command = "C:\\Users\\<User>\\.local\\bin\\uv.exe"
startup_timeout_ms = 60_000
args = [
"--directory",
"D:\\Irvan\\Work\\MCP\\JadxMCPServer\\jadx-mcp-server-v3.3.0\\jadx-mcp-server\\",
"run",
"jadx_mcp_server.py",
"--jadx-port",
"8650"
]
[mcp_servers.jadx.env]
PYTHONIOENCODING = "utf-8"
SYSTEMROOT = "C:\\Windows"