Odel
aurora agent

aurora agent

Local
@aurora-neuro1RustApache-2.0Updated 5 days ago

FIBER decision-context compiler with honest omission accounting: 259 evidence-bearing MCP tools.

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).

MCP Bundlehttps://github.com/AURORA-NEURO/aurora-agent/releases/download/v0.1.3/aurora-agent.mcpbv0.1.3

Distributed as an MCP bundle (`https://github.com/AURORA-NEURO/aurora-agent/releases/download/v0.1.3/aurora-agent.mcpb`) — download it and import the bundle in your MCP client.

npmaurora-agent-mcpv0.1.3

Run

npx -y aurora-agent-mcp

MCP client config

{
  "mcpServers": {
    "aurora-agent": {
      "command": "npx",
      "args": [
        "-y",
        "aurora-agent-mcp"
      ]
    }
  }
}