Skip to content
Gemini CLI

pulse8 ai cortex knowledge vault for Gemini CLI

io.github.synpulse8-opensource/pulse8-ai-cortex-knowledge-vault

Agent-native knowledge OS on Markdown: typed graph, hybrid search, and compiler over MCP.

client:Gemini CLI transport:stdio runtime:pypi

Install pulse8 ai cortex knowledge vault 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": {
    "pulse8-ai-cortex-knowledge-vault": {
      "command": "uvx",
      "args": [
        "pulse8-ai-cortex-knowledge-vault"
      ],
      "env": {
        "CORTEX_VAULT_PATH": "<CORTEX_VAULT_PATH>",
        "CORTEX_LLM_API_KEY": "<CORTEX_LLM_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

pulse8 ai cortex knowledge vault in other clients