Skip to content

quarkos/cairn

v0.5.0MIT

Typed facts for agents via @quarkos/cairn. Assert, recall, and retract beliefs that outlive the session. Never the unscoped npm package cairn.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

cairnstdio
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "@quarkos/cairn",
    "mcp"
  ],
  "env": {
    "CAIRN_HOME": "${CAIRN_HOME}"
  }
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "cairn",
  "version": "0.5.0",
  "description": "Typed facts for agents via @quarkos/cairn. Assert, recall, and retract beliefs that outlive the session. Never the unscoped npm package cairn.",
  "author": {
    "name": "QuarkOS / Emilio Schwaiger",
    "url": "https://github.com/QuarkOS"
  },
  "homepage": "https://github.com/QuarkOS/Cairn",
  "repository": "https://github.com/QuarkOS/Cairn",
  "license": "MIT",
  "keywords": ["cairn", "mcp", "memory", "facts", "agents"]
}