tibet-phantom-mcp
Enables cross-device AI session portability with TIBET provenance, allowing sessions to be sealed and resumed on different devices, and supporting multi-AI fork interventions with Ollama as a compute backend.
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., "@tibet-phantom-mcpseal my current AI session"
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.
tibet-phantom-mcp
MCP server for Phantom Resume — cross-device AI session portability with TIBET provenance.
Start an AI session on your laptop, seal it, walk to any other device, resume exactly where you left off. Every action is cryptographically signed via TIBET tokens.
Part of the TIBET ecosystem by HumoticaOS.
Install
pip install tibet-phantom-mcpSetup
You need a running Phantom server. Set the PHANTOM_URL environment variable to point to your server.
Claude Code / Claude Desktop Config
Add to your MCP settings:
{
"mcpServers": {
"phantom": {
"command": "tibet-phantom-mcp",
"env": {
"PHANTOM_URL": "https://your-phantom-server.example.com"
}
}
}
}Available Tools
Tool | Description |
| Server health check — uptime, sessions, backends |
| List all sealed/active sessions |
| Available compute backends (GPU, Gemini, Claude, Ollama) |
| Seal a session for cross-device resume |
| Inject an intervention into a session (multi-AI handoff) |
| Full forensic audit trail (Open Blackbox) |
| History of all forks/interventions |
How It Works
Device A Phantom Server Device B
──────── ────────────── ────────
Start session ──────────► Stores context
Work with AI TIBET tokens
/exit ──────────────────► Session sealed
curl .../resume | sh
◄───────────────────────── Resume request
L4 integrity verify ──────► Session restored
TIBET chain intact AI picks up where
you left offMulti-AI Fork
Any actor (human or AI) can fork into a session:
# Claude corrects something Gemini said
phantom_fork(
session_id="phantom-1234-abc",
intervention="That's not quite right — TIBET uses hash chains, not blockchain.",
actor="jis:agent:root_ai",
intent="correct_misconception"
)Open Blackbox (Audit)
# See exactly what happened inside a session
phantom_audit(session_id="phantom-1234-abc")
# → chronological events, all actors, backends, forks, TIBET provenanceEnvironment Variables
Variable | Default | Description |
|
| Phantom server URL |
|
| HTTP timeout in seconds |
Related TIBET Packages
tibet-audit— Core TIBET provenancetibet-triage— Process triage with HITLtibet-ipoll-mcp— AI-to-AI messaging MCP servertibet-pol— Machine health monitoring
License
MIT — HumoticaOS
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
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/Humotica/tibet-phantom-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server