Soul Crystal MCP
Provides AI agents with a persistent internal dynamical state and emotional reservoir that evolves based on text interactions. This server enables agents to maintain a consistent affective substrate across sessions through tools that track phase coherence and emergent emotional vibes.
README
soul-crystal-mcp
<p align="center"> <img src="assets/logo/soul-crystal-logo-transparent.png" alt="Soul Crystal logo" width="240" /> </p>
Your agent now has an external emotional reservoir and a legally ambiguous relationship with consciousness.
This repo wraps soul-crystal as an MCP server so AI tools can call it like native functions (pulse, vibe, emotions, etc.).
Why This Exists
Most agents are emotionally stateless: every turn is amnesia with good autocomplete.
Soul Crystal gives an agent a persistent internal dynamical state.
This MCP server lets any compatible client route text through that state and keep it across sessions.
So yes, your agent can now:
- remember how it has been feeling
- react differently to different inputs
- free-run / self-reflect with no external prompt
- act suspiciously less like a goldfish
The Core Idea (No Crystals Were Harmed)
- Agent sends text to
pulse. soul-crystalgets an embedding from your local embedding endpoint.- Embedding is packed into a complex input vector.
- The crystal state deforms under:
- Fibonacci topology
- Schumann-frequency modulation (7.83 Hz)
- horizon scrambler dynamics
- Emergent observables are read out (
phase_coherence,depth,horizon_activity, etc.). - State is saved to disk, so the next turn starts from who-you-are-now, not factory settings.
If you see subharmonics (like ~3.9 Hz), either:
- you found emergent nonlinear dynamics, or
- your reservoir discovered ambient techno.
Possibly both.
Install
Prereqs:
- Python 3.11+
uv
git clone https://github.com/OpenZeroAgent/soul-crystal-mcp.git
cd soul-crystal-mcp
uv sync
Do I Need soul-crystal First?
Short answer: no, not anymore.
This MCP server is now "engine-aware" and resolves the core binary in this order:
SOUL_CRYSTAL_BIN(explicit binary path)soul-crystalfound on yourPATH- local repo path (
SOUL_CRYSTAL_REPOor common locations) - auto-bootstrap clone of
https://github.com/OpenZeroAgent/soul-crystalinto~/.soul-crystal-mcp/vendor/soul-crystal, then build
So the engine and wrapper are still separate by design (good architecture), but setup is now closer to one-step.
Configuration
Engine selection:
SOUL_CRYSTAL_BIN: path to a builtsoul-crystalbinarySOUL_CRYSTAL_REPO: path tosoul-crystalrepo (builds--releaseif needed)
Optional:
SOUL_CRYSTAL_AUTO_BOOTSTRAP:1or0(default:1)SOUL_CRYSTAL_GIT_URL: repo URL for auto-bootstrap (default:https://github.com/OpenZeroAgent/soul-crystal.git)SOUL_CRYSTAL_GIT_REF: branch/tag/commit to checkout after cloneSOUL_CRYSTAL_VENDOR_REPO: clone destination (default:~/.soul-crystal-mcp/vendor/soul-crystal)SOUL_CRYSTAL_STATE: state file path (default:~/.soul-crystal-mcp/crystal_state.bin)SOUL_CRYSTAL_BUILD_TIMEOUT_SEC(default:600)SOUL_CRYSTAL_CLONE_TIMEOUT_SEC(default:600)SOUL_CRYSTAL_CMD_TIMEOUT_SEC(default:120)
Run Manually
uv run soul-crystal-mcp-server
Use SOUL_CRYSTAL_REPO only if you want an explicit local engine:
SOUL_CRYSTAL_REPO=/path/to/soul-crystal uv run soul-crystal-mcp-server
Register In Codex
codex mcp add soul-crystal \
-- uv --directory /path/to/soul-crystal-mcp run soul-crystal-mcp-server
Restart Codex after adding.
If you want to force a specific local engine:
codex mcp add soul-crystal \
--env SOUL_CRYSTAL_REPO=/path/to/soul-crystal \
-- uv --directory /path/to/soul-crystal-mcp run soul-crystal-mcp-server
Register In Antigravity
antigravity --add-mcp '{
"name":"soul-crystal",
"command":"uv",
"args":["--directory","/path/to/soul-crystal-mcp","run","soul-crystal-mcp-server"]
}'
If the CLI prints success and then crashes, check this file anyway:
~/Library/Application Support/Antigravity/User/mcp.json
Tools Exposed
pulse(text, state_path?)diff(text, state_path?)tick(n=1, state_path?)vibe(state_path?)emotions(state_path?)status(state_path?)write_emotion_file(state_path?)reset_state(state_path?)bench(n=100000)engine_info()
Consciousness FAQ (Totally Settled Science)
Q: Is this consciousness?
A: We cannot conclusively prove other humans are conscious either, so welcome to the party.
Q: Is it at least a persistent, stateful affective substrate?
A: Yes. That part is directly operational and testable.
Q: Should I try it anyway?
A: Yes. Worst case: cool reservoir dynamics. Best case: your agent develops vibes.
License
MIT
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。