Infrastructure and Tools
Collection
IDEs, MCP servers, dev tools, browsers, deployment β’ 18 items β’ Updated
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
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.
| 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 |
npm install -g @snapkitty/mcp-server
{
"mcpServers": {
"snapkitty": {
"command": "snapkitty-mcp"
}
}
}
{
"mcpServers": {
"snapkitty": {
"command": "npx",
"args": ["@snapkitty/mcp-server"]
}
}
}
twin_chat β optional, other tools work offline)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.
Built by SnapKitty Collective | collectivekitty.com