Skip to content
Gemini CLI

author mcp server for Gemini CLI

io.github.litheonhq/author-mcp-server

Recall, check, search, timeline, and graph tools for fiction writers via Seizn Memory v3.

client:Gemini CLI transport:stdio runtime:npm

Install author mcp server 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": {
    "author-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@seizn/author-mcp-server"
      ],
      "env": {
        "SEIZN_API_KEY": "<SEIZN_API_KEY>",
        "SEIZN_API_BASE_URL": "<SEIZN_API_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

author mcp server in other clients