digitaltwintopd-mcp
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., "@digitaltwintopd-mcpFold the state [1,0,2,0,0,1,0] using foldkit."
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.
digitaltwintopd-mcp
MCP server for foldkit — exposes the 7-prime spine, 7 κ-bands, and 6 fold operations as native tools + resources in any MCP client (Claude Code, Claude Desktop, Cursor, Cline, Windsurf, etc.).
Second canonical exemplar of the AI-Native Solutions estate -mcp companion shape. Fork this repo verbatim to build companions for any of the ~295 estate substrates.
Package:
@ai-native-solutions/digitaltwintopd-mcpTransport: stdio
Deps:
@modelcontextprotocol/sdk+@ai-native-solutions/digitaltwintopd-sdkLicense: MIT
Install
Claude Code
claude mcp add foldkit -- npx -y @ai-native-solutions/digitaltwintopd-mcpClaude Desktop
Edit ~/AppData/Roaming/Claude/claude_desktop_config.json (Windows) or ~/Library/Application Support/Claude/claude_desktop_config.json (macOS):
{
"mcpServers": {
"foldkit": {
"command": "npx",
"args": ["-y", "@ai-native-solutions/digitaltwintopd-mcp"]
}
}
}Cursor
Create or edit .cursor/mcp.json:
{
"mcpServers": {
"foldkit": {
"command": "npx",
"args": ["-y", "@ai-native-solutions/digitaltwintopd-mcp"]
}
}
}Cline / Windsurf
Add to your MCP settings JSON:
{
"mcpServers": {
"foldkit": {
"command": "npx",
"args": ["-y", "@ai-native-solutions/digitaltwintopd-mcp"]
}
}
}Related MCP server: barberhq-mcp
Tools exposed (10)
Tool | Purpose |
| 7-vector → primorial fold + signature |
| fold integer → 7-vector via 7-prime factorisation |
| κ → named band (ground / perception / gate / heart / naming / recognition / collapse) |
| free-text utterance → κ band via marker phrases |
| apply fire / water / void / thunder / echo / flower to a state |
| flat-fold angle sum check |
| mountain-valley parity check ( | M − V | = 2 ) |
| κ^depth signal survival + % |
| gain from clearing N layers of a κ stack |
| κ or text → band + routing op + probe question |
Resources exposed (4)
URI | Payload |
| 7-prime spine with glyphs + names + ISA-95 layer mapping |
| 7-band κ definitions (bounds · glyph · ring · warn / orphan flags) |
| 6 fold operations (kanji · arrow · verb · probe) |
| φ · κ · Ω · θ · θ_step · BASELINE |
Example prompts (once installed)
"Fold the state [1,0,2,0,0,1,0] using foldkit."
"What κ-band is this text in: 'I notice I'm feeling stuck'?"
"Apply the fire op to ring 3 of the baseline state."
"Read foldkit://spine and explain the ISA-95 mapping."
Canonical -mcp companion shape
This repo is exemplar #2 (after digitaltwintopd-sdk). Every estate -mcp follows the same skeleton:
<name>-mcp/
├── src/
│ ├── server.js · thin stdio server · < 100 lines
│ ├── tools.js · TOOLS[] + callTool()
│ └── resources.js · RESOURCES[] + readResource()
├── package.json · bin: <name>-mcp → src/server.js
├── manifest.json · MCP-side declarative index
├── README.md · install snippets for all major clients
├── LICENSE · MIT
└── .github/workflows/publish.yml · npm publish on v* tagFork · rename · rewire tools/resources to the substrate you're exposing · ship.
AI-Native Solutions · ai-nativesolutions.com
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceExposes foldkit's 7-prime spine, 7 κ-bands, and 6 fold operations as MCP tools and resources, enabling MCP clients to perform folding, classification, and operation tasks.Last updatedMIT
- Alicense-qualityCmaintenanceExposes foldkit's 7-prime spine, 7 κ-bands, and 6 fold operations as MCP tools and resources, enabling folding, unfolding, and band classification in any MCP client.Last updatedMIT
- Alicense-qualityCmaintenanceExposes foldkit's 7-prime spine, 7 κ-bands, and 6 fold operations as MCP tools and resources for use in any MCP client.Last updatedMIT
- Alicense-qualityCmaintenanceExposes foldkit's 7-prime spine, 7 κ-bands, and 6 fold operations as MCP tools and resources for state folding, κ-band classification, and fold operations in any MCP client.Last updatedMIT
Related MCP Connectors
MCP gateway federating 21 biomedical MCP servers behind one endpoint: gnomAD, ClinVar, HPO, VEP.
Production-grade cryptography toolkit with 31 MCP tools for classical, PQC, and KMS workflows.
AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/sjgant80-hub/digitaltwintopd-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server