MCP server for fiducia.cloud — read-only diagnostics over brain/node/ai-agent control plane + embedded org map (Rust, rmcp, stdio).
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"fiducia-mcp-server.r": {
"command": "cargo",
"args": [
"run",
"--",
"fiducia-mcp-server.rs"
]
}
}
}
Run in terminal:
claude mcp add fiducia-mcp-server.r cargo run -- fiducia-mcp-server.rs
Add to .cursor/mcp.json:
{
"mcpServers": {
"fiducia-mcp-server.r": {
"command": "cargo",
"args": [
"run",
"--",
"fiducia-mcp-server.rs"
]
}
}
}