clawdie-iso/live/operator-session/mcp-examples/external-mcp.sample.json
Sam & Claude 47b0db16e4 docs: add external MCP profile examples to ISO (Sam & Codex)
Adds sample external MCP registry and explicit external-call client profile alongside the default read-only Colibri MCP examples.\n\nChecks: ./scripts/check-format.sh; sh -n build.sh scripts/stage-colibri-iso.sh; python3 -m json.tool MCP examples; git diff --check
2026-06-13 19:54:17 +02:00

16 lines
326 B
JSON

{
"servers": {
"demo": {
"command": "/usr/local/bin/demo-mcp-server",
"args": ["--stdio"],
"env": {
"DEMO_MODE": "1"
}
},
"filesystem-example": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem", "/home/clawdie"],
"env": {}
}
}
}