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).
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.
Run
npx -y aurora-agent-mcp
MCP client config
{
"mcpServers": {
"aurora-agent": {
"command": "npx",
"args": [
"-y",
"aurora-agent-mcp"
]
}
}
}