Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

SnapKitty Server

БесплатноНе проверен

MCP server exposing tools for WORM chain sealing, sovereign agent creation, Ada governance contract generation, and SSM state injection from Lean theorems.

GitHubEmbed

Описание

MCP server exposing tools for WORM chain sealing, sovereign agent creation, Ada governance contract generation, and SSM state injection from Lean theorems.

README

Sovereign-grade MCP server for SnapKitty Collective.

Exposes SnapKitty's core capabilities as MCP tools — callable from Claude, any MCP client, or directly via npx.

Tools

Tool What it does
worm_seal Seal any payload into the SHA-256 WORM chain
worm_read Read and verify the WORM chain
agent_build Create a sovereign agent manifest (SENTINEL/ORACLE/BUILDER/ARCHIVIST/BERSERKER)
ada_contract_generate Generate an Ada-syntax governance contract, WORM-sealed
twin_chat Chat with a local Ollama model, response WORM-sealed
sovereign_inject Generate a Mamba SSM injection spec from Lean 4 theorem + Ada contract

Install

npm install -g @snapkitty/mcp-server

Claude Desktop config

{
  "mcpServers": {
    "snapkitty": {
      "command": "snapkitty-mcp"
    }
  }
}

Claude Code config (.mcp.json)

{
  "mcpServers": {
    "snapkitty": {
      "command": "npx",
      "args": ["@snapkitty/mcp-server"]
    }
  }
}

Requirements

  • Node.js 20+
  • Ollama running locally (for twin_chat — optional, other tools work offline)

Architecture

The sovereign_inject tool implements the BOB/METATRON architecture:

Lean 4 theorem  ──┐
                   ├──→  injection_vector (2048-dim)  ──→  SSM state gate
Ada contract    ──┘                                         h(t) = ā·h(t-1) + b̄·x(t) + W·v_inject

Structured symbolic proofs are embedded into SSM hidden state directly — bypassing the context window. The proof gate fires before state advances. Invalid proofs block state transitions.

Sovereign Stack

Built by SnapKitty Collective | collectivekitty.com

from github.com/SNAPKITTYWEST/snapkitty-mcp

Установка SnapKitty Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/SNAPKITTYWEST/snapkitty-mcp

FAQ

SnapKitty Server MCP бесплатный?

Да, SnapKitty Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для SnapKitty Server?

Нет, SnapKitty Server работает без API-ключей и переменных окружения.

SnapKitty Server — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить SnapKitty Server в Claude Desktop, Claude Code или Cursor?

Открой SnapKitty Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare SnapKitty Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai