Skip to content
Gemini CLI

The Neural Ledger Intelligence for Gemini CLI

com.theneuralledger/intelligence

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

client:Gemini CLI transport:stdio runtime:npm

Install The Neural Ledger Intelligence in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "intelligence": {
      "command": "npx",
      "args": [
        "-y",
        "@theneuralledger/mcp"
      ],
      "env": {
        "TNL_API_KEY": "<TNL_API_KEY>",
        "TNL_BASE_URL": "<TNL_BASE_URL>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

The Neural Ledger Intelligence in other clients