20 lines
431 B
JSON
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
|
|
}
|
|
}
|
|
} |