Skip to content
Claude Code

Kybase for Claude Code

io.github.kyrzin/kybase

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

client:Claude Code transport:stdio runtime:npm

Install Kybase in Claude Code

run in your project directory

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

claude mcp add kybase -e KYBASE_DATA_DIR=<KYBASE_DATA_DIR> -e EMBEDDING_PROVIDER=<EMBEDDING_PROVIDER> -e OLLAMA_URL=<OLLAMA_URL> -e OLLAMA_MODEL=<OLLAMA_MODEL> -e GOOGLE_API_KEY=<GOOGLE_API_KEY> -e OPENAI_API_KEY=<OPENAI_API_KEY> -e DATABASE_URL=<DATABASE_URL> -- npx -y kybase-mcp

Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs

Kybase in other clients