> ## Documentation Index
> Fetch the complete documentation index at: https://docs.trysemoia.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Gemini CLI

> Manual configuration for Gemini CLI

Add this to your `mcp_config.json`:

OpenNote runs locally. Ensure `opennote` is installed and available in your PATH.

```json theme={null}
{
  "mcpServers": {
    "opennote": {
      "command": "opennote",
      "args": ["mcp", "run"]
    }
  }
}
```
