Odel
fidacy mcp

fidacy mcp

Local
@lucaslubi1JavaScriptApache-2.0Updated 1mo ago

Every agent action watched, every money-moving one gated, every verdict independently verifiable.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@fidacy/mcpv0.7.1

Run

npx -y @fidacy/mcp

MCP client config

{
  "mcpServers": {
    "fidacy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@fidacy/mcp"
      ]
    }
  }
}