Skip to content
Cline

Kybase for Cline

io.github.kyrzin/kybase

Self-hosted Markdown memory for AI agents: notes you can read and edit, with hybrid search.

client:Cline transport:stdio runtime:npm

Install Kybase in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "kybase": {
      "command": "npx",
      "args": [
        "-y",
        "kybase-mcp"
      ],
      "env": {
        "KYBASE_DATA_DIR": "<KYBASE_DATA_DIR>",
        "EMBEDDING_PROVIDER": "<EMBEDDING_PROVIDER>",
        "OLLAMA_URL": "<OLLAMA_URL>",
        "OLLAMA_MODEL": "<OLLAMA_MODEL>",
        "GOOGLE_API_KEY": "<GOOGLE_API_KEY>",
        "OPENAI_API_KEY": "<OPENAI_API_KEY>",
        "DATABASE_URL": "<DATABASE_URL>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Kybase in other clients