Files
ss-tools/.kilo/mcp.json
2026-04-24 17:10:02 +03:00

20 lines
431 B
JSON

{
"mcpServers": {
"chrome-devtools": {
"command": "npx",
"args": [
"chrome-devtools-mcp@latest",
"--browser-url=http://127.0.0.1:9222"
],
"disabled": false,
"alwaysAllow": [
"take_snapshot"
]
},
"axiom": {
"type": "local",
"command": "/home/busya/dev/axiom-mcp-rust-port/target/release/axiom-mcp-server-rs",
"enabled": true
}
}
}