Skip to main content

SoulPrint MCP Server

Your identity, in every AI agent. Connect your SoulPrint Engine account to any MCP-compatible agent (Claude Code, Cursor, Hermes, Codex) and they'll know how to communicate with you, what matters to you, and what you've told them before.

Install

pip install soulprint-mcp
# or
uvx soulprint-mcp

Setup

  1. Get your API token — open the SoulPrint Chrome extension, connect your account, and copy your token. Or visit https://soulprintengine.ai/settings/tokens

  2. Add to your agent:

Claude Code — run in your terminal:

claude mcp add soulprint -- uvx soulprint-mcp --token YOUR_TOKEN

Codex — add to ~/.codex/config.toml:

[mcp_servers.soulprint]
command = "uvx"
args = ["soulprint-mcp", "--token", "YOUR_TOKEN"]

Cursor — add to .cursor/mcp.json:

{
  "mcpServers": {
    "soulprint": {
      "command": "uvx",
      "args": ["soulprint-mcp", "--token", "YOUR_TOKEN"]
    }
  }
}

Hermes:

hermes mcp add soulprint --command "soulprint-mcp --token YOUR_TOKEN"

Tools

Tool What it does
soulprint_get_profile Your identity — communication style, descriptors, values, interests
soulprint_get_memories Search your memories by keyword, ranked by relevance
soulprint_get_context Combined profile + relevant memories + active Imprint, ready for prompt injection
soulprint_list_imprints List your installed + marketplace Imprints and the active one
soulprint_set_imprint Select / activate an Imprint (global default or per-project)
soulprint_add_memory Save a new memory
soulprint_update_memory Edit a memory's content, category, or importance
soulprint_delete_memory Delete a memory

Requirements

  • Python 3.12+
  • A SoulPrint Engine account (free tier works — 10 memories, 2 surfaces)
  • API token from the extension or soulprintengine.ai

Privacy

Your token and memories never leave your machine except when calling the SoulPrint Engine API over HTTPS. The MCP server runs locally — no third-party servers involved.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

soulprint_mcp-0.2.0.tar.gz (57.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

soulprint_mcp-0.2.0-py3-none-any.whl (7.4 kB view details)

Uploaded Python 3

File details

Details for the file soulprint_mcp-0.2.0.tar.gz.

File metadata

  • Download URL: soulprint_mcp-0.2.0.tar.gz
  • Upload date:
  • Size: 57.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.3

File hashes

Hashes for soulprint_mcp-0.2.0.tar.gz
Algorithm Hash digest
SHA256 102bc609b44c53d3bff43d4813f5b339e15cfd1a7c73f0c3cdfd89ea9d361e52
MD5 1063f0256159c0c70cf1cf30fb825afe
BLAKE2b-256 253d13c11ff18c82c00b24bde0d863cca03b4b08ccfa746ee52d6fdd5f5b1e10

See more details on using hashes here.

File details

Details for the file soulprint_mcp-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: soulprint_mcp-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 7.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.3

File hashes

Hashes for soulprint_mcp-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 8703ad234c1bb877e6458e932ce1d177231390a798f2ece31a91b9ecc1952c41
MD5 dbc5f9aceda96d1dc30ed58b334f8cd9
BLAKE2b-256 b881ff27f60280edf6201615152b2dc101c4b336ae6e94d14f02559cdd5274e7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page