Skip to content
Gemini CLI

spines for Gemini CLI

io.github.superagentic/spines

Access book collections, reading lists, and bookshelf recognition from AI assistants.

client:Gemini CLI transport:stdio runtime:npm

Install spines 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": {
    "spines": {
      "command": "npx",
      "args": [
        "-y",
        "@spines/mcp-server"
      ],
      "env": {
        "SPINES_API_KEY": "<SPINES_API_KEY>"
      }
    }
  }
}

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

spines in other clients