Connect
Bring your SoulPrint to life
One passport, two doors. Your SoulPrint — identity, memory, and context — lives in your account. These are just the ways in, so pick the one that matches how you use AI. You don’t need both, and everything you teach it through one door is already waiting through the other.
Chat in the browser
Easiest path — no terminal required.
Install the extension
Add SoulPrint for Chrome from the Chrome Web Store — one click, no code.
Sign in
Connect your SoulPrint account inside the extension. Your profile and memories sync.
Chat normally
Open ChatGPT or Claude and just talk. Context is injected automatically — no commands.
Works in ChatGPT and Claude today. Gemini and Perplexity on the way.
Get early accessCode with AI agents
Hermes, Claude Code, Codex, Cursor — live today via the SoulPrint MCP server.
- 01
Install the server
pip install soulprint-mcp # or uvx soulprint-mcp - 02
Sign in once
Run the one-time login — approve in your browser and the token is cached locally. Nothing leaves your machine except calls to your SoulPrint.
soulprint-mcp login - 03
Add it to your agent
Claude Code
claude mcp add soulprint -- uvx soulprint-mcpCodex
# ~/.codex/config.toml [mcp_servers.soulprint] command = "uvx" args = ["soulprint-mcp"]Cursor
// .cursor/mcp.json { "mcpServers": { "soulprint": { "command": "uvx", "args": ["soulprint-mcp"] } } }Hermes
hermes mcp add soulprint --command "soulprint-mcp"
What your agent can do
soulprint_get_profilesoulprint_get_memoriessoulprint_get_contextsoulprint_set_imprintsoulprint_add_memoryand moreMCP-over-HTTP clients (like the ChatGPT app): point them at https://soulprintengine.ai/api/mcp
Inside the ChatGPT & Claude apps
Prefer working in the apps themselves? Connect the same SoulPrint tools there.
ChatGPT.com
- 1One-time prerequisite: enable Developer Mode — Settings → Security and login → Developer mode on. Without it, ChatGPT shows “Developer mode is required” when you add the server.
- 2Open chatgpt.com and click Plugins.
- 3Click Create app, then New Plugin…(lands in Settings → Connectors).
- 4Paste the server URL:
https://soulprintengine.ai/api/mcp - 5Check “I understand and want to continue…” → click Create.
- 6Sign in with SoulPrint MCP when it prompts.
- 7Open the app’s Permissions → Allow all actions.
- 8Start a new chat — your SoulPrint tools are ready.
Claude.ai
- 1Open claude.ai (a new chat is fine) and click your profile icon in the bottom-left.
- 2Click Settings.
- 3Click Connectors → Add → Add custom connector.
- 4Paste the server URL:
https://soulprintengine.ai/api/mcp - 5Click Continue, then Connect.
- 6Authorize with SoulPrint MCP when it prompts.
- 7Start a new chat — your SoulPrint tools are ready.
Running the extension and the app connector together is fine — the extension detects when SoulPrint MCP is connected and stays in the background, so context is never injected twice.
Prefer to skip ChatGPT and Claude?
A simple built-in chat is included with your account at soulprintengine.ai/chat — no other AI tools needed.
Want images, video, files, or PDFs?
That is The Foundry’s job — file and PDF generation too. foundryagents.ai handles media generation and creative production.