KERNL

duke-of-beans/KERNL
★ 0 stars TypeScript 🤖 AI/LLM Updated 1d ago
101-tool MCP server that transforms AI assistants into persistent intelligence — session checkpointing, semantic search, cross-project learning, and Chrome automation
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": {
    "kernl": {
      "command": "npx",
      "args": [
        "-y",
        "duke-of-beans/KERNL"
      ]
    }
  }
}

README Excerpt

**Transform Claude from stateless assistant into persistent intelligence layer** AI-assisted development suffers from three catastrophic failure modes that cost hours of lost work: **The 8-Minute Death** - Claude Desktop crashes during long operations (efficiency mode throttling, memory limits), losing all architectural decisions and context built up over the session. You're left staring at a blank chat trying to remember what you discussed.

Topics

ai-developmentai-toolschrome-automationclaude-desktopcrash-recoverydeveloper-toolsmcpproductivitysemantic-searchtypescript