Odel
The Neural Ledger Intelligence

The Neural Ledger Intelligence

Local
@bekirdag2TypeScriptMITUpdated 1mo ago

Read-only global event and evidence intelligence with entities, assets, and impact paths.

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@theneuralledger/mcpv0.1.0

Run

npx -y @theneuralledger/mcp

MCP client config

{
  "mcpServers": {
    "the-neural-ledger-intelligence": {
      "command": "npx",
      "args": [
        "-y",
        "@theneuralledger/mcp"
      ]
    }
  }
}