Sign inSign up

janitorr/mittens

By janitorr

•Updated 3 months ago

An Agent Ledger

Image
Machine learning & AI
Developer tools
Web servers
0

169

janitorr/mittens repository overview

⁠Mittens — Agent Ledger

Persistent structured memory for AI agents. Gives LLMs a queryable ledger that survives context windows, accessible via MCP and REST.

⁠Quick Start

docker run -d -p 5070:5070 -v mittens-data:/app/data janitorr/mittens:latest

Or with docker compose:

services:
  mittens:
    image: janitorr/mittens:latest
    ports:
      - "5070:5070"
    volumes:
      - mittens-data:/app/data

Server starts at http://localhost:5070⁠. MCP endpoint at /mcp.

⁠Features

  • Six MCP tools: mittens_list, mittens_get, mittens_search, mittens_set, mittens_update, mittens_delete
  • REST API at /api/memory
  • SQLite persistence — survives restarts, zero config
  • Native AOT binary — instant startup, ~33 MB, no .NET runtime
  • Conflict resolution by confidence score

Tag summary

Content type

Image

Digest

sha256:c64166b94…

Size

47.7 MB

Last updated

3 months ago

docker pull janitorr/mittens