SnapKitty MCP Server
OfficialAllows chatting with local Ollama models, with responses WORM-sealed for verifiable integrity.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@SnapKitty MCP ServerGenerate an Ada contract for cross-chain governance"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@snapkitty/mcp-server
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 |
| Seal any payload into the SHA-256 WORM chain |
| Read and verify the WORM chain |
| Create a sovereign agent manifest (SENTINEL/ORACLE/BUILDER/ARCHIVIST/BERSERKER) |
| Generate an Ada-syntax governance contract, WORM-sealed |
| Chat with a local Ollama model, response WORM-sealed |
| Generate a Mamba SSM injection spec from Lean 4 theorem + Ada contract |
Related MCP server: IndigoProtocol/cardano-mcp
Install
npm install -g @snapkitty/mcp-serverClaude 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_injectStructured 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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SNAPKITTYWEST/snapkitty-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server