humanus.cpp/config/config_mcp.toml

27 lines
504 B
TOML
Raw Normal View History

2025-03-16 17:17:01 +08:00
[python_execute]
type = "sse"
host = "localhost"
port = 8896
2025-03-16 17:17:01 +08:00
sse_endpoint = "/sse"
[puppeteer]
2025-03-17 01:58:37 +08:00
type = "stdio"
2025-03-16 17:17:01 +08:00
command = "npx"
args = ["-y", "@modelcontextprotocol/server-puppeteer"]
[playwright]
type = "stdio"
command = "npx"
args = ["-y", "@executeautomation/playwright-mcp-server"]
2025-03-16 17:17:01 +08:00
[filesystem]
2025-03-17 01:58:37 +08:00
type = "stdio"
2025-03-16 17:17:01 +08:00
command = "npx"
args = ["-y",
"@modelcontextprotocol/server-filesystem",
2025-03-17 01:58:37 +08:00
"/Users/hyde/Desktop"]
2025-03-16 17:17:01 +08:00
[shell]
2025-03-17 01:58:37 +08:00
type = "stdio"
2025-03-20 01:12:15 +08:00
command = "npx"
args = ["-y", "@kevinwatt/shell-mcp"]