Skip to content
Gemini CLI

seojeom mcp for Gemini CLI

io.github.seojeom/seojeom-mcp

Local-first MCP server for Claude/Codex project wiki and graph workflows

client:Gemini CLI transport:stdio runtime:npm

Install seojeom mcp in Gemini CLI

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

{
  "mcpServers": {
    "seojeom-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@seojeom/mcp-server"
      ]
    }
  }
}

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

seojeom mcp in other clients