scrinium

ozgurcd/scrinium
★ 4 stars Go AI/LLM Updated today
A Go MCP server that turns your local llm-wiki into a policy-governed memory layer for AI agents. Enforces structured sessions and write governance, aligning with Karpathy's agent-memory principles.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "scrinium": {
      "command": "go",
      "args": [
        "run",
        "github.com/ozgurcd/scrinium@latest"
      ]
    }
  }
}

README Excerpt

Scrinium is an Apache 2.0 open-source Model Context Protocol (MCP) server written in Go that manages a local project wiki (`llm-wiki`) for AI coding agents. It serves as a governed, persistent memory layer that keeps agents aligned, reduces hallucinations, and prevents rule-drift. > [!NOTE] > **The Agent Memory Paradigm**

Tools (15)

adopt_llm_wikiappend_logarchive_pagebegin_sessioncapabilitiescreate_draftcreate_pagefinish_sessionlint_llm_wikimove_pageread_wiki_pageregister_sourcesession_statussetup_llm_wikiupdate_wiki_page