klyne

klyne-ai/klyne
★ 14 stars Go 🤖 AI/LLM Updated 7d ago
Local-first MCP server for Claude Code and Codex. Recovers post-/compact context, generates deterministic handoff prompts, and surfaces what's bloating your session. Reads the JSONL your AI already writes. No cloud.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "klyne": {
      "command": "go",
      "args": [
        "run",
        "github.com/klyne-ai/klyne@latest"
      ]
    }
  }
}