SnapKitty Server
FreeNot checkedMCP server exposing tools for WORM chain sealing, sovereign agent creation, Ada governance contract generation, and SSM state injection from Lean theorems.
About
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
Installing SnapKitty Server
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/SNAPKITTYWEST/snapkitty-mcpFAQ
Is SnapKitty Server MCP free?
Yes, SnapKitty Server MCP is free — one-click install via Unyly at no cost.
Does SnapKitty Server need an API key?
No, SnapKitty Server runs without API keys or environment variables.
Is SnapKitty Server hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install SnapKitty Server in Claude Desktop, Claude Code or Cursor?
Open SnapKitty Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare SnapKitty Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
