Files
vm-mcp/packages/vaultmesh_mcp/claude_desktop_config.json
Vault Sovereign e4871c2a29
Some checks are pending
Governance CI / Constitution Hash Gate (push) Waiting to run
Governance CI / Governance Tests (push) Blocked by required conditions
Governance CI / Golden Drill Mini (push) Blocked by required conditions
init: vaultmesh mcp server
2025-12-26 23:23:08 +00:00

13 lines
238 B
JSON

{
"mcpServers": {
"vaultmesh": {
"command": "python",
"args": ["-m", "packages.vaultmesh_mcp.server"],
"cwd": "/path/to/vaultmesh",
"env": {
"VAULTMESH_ROOT": "/path/to/vaultmesh"
}
}
}
}