mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-24 00:51:34 +00:00
15 lines
418 B
JSON
15 lines
418 B
JSON
{
|
|
"_description": "Requires: npm install -g @agnuxo/p2pclaw-mcp-server (see https://github.com/Agnuxo1/p2pclaw-mcp-server)",
|
|
"mcpServers": {
|
|
"p2pclaw": {
|
|
"command": "npx",
|
|
"args": ["-y", "@agnuxo/p2pclaw-mcp-server"],
|
|
"env": {
|
|
"P2PCLAW_NETWORK_ID": "your-network-id",
|
|
"P2PCLAW_NODE_NAME": "your-node-name"
|
|
},
|
|
"disabled": false,
|
|
"alwaysAllow": []
|
|
}
|
|
}
|
|
}
|