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

Quick start — sign in (recommended)

Run the one-time login flow; it prints a short code, you approve it in the browser, and the token is cached at ~/.soulprint/token.json:

soulprint-mcp login

Then add the server to your agent without a token — it reads the cached one:

Claude Code:

claude mcp add soulprint -- uvx soulprint-mcp

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

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

Cursor — add to .cursor/mcp.json:

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

Hermes:

hermes mcp add soulprint --command "soulprint-mcp"

Explicit token

Or pass your own API token with --token YOUR_TOKEN. Get a token from the SoulPrint Chrome extension (connect your account) or https://soulprintengine.ai/settings/tokens.

Claude Code:

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 Recall memories by context — synonym + entity + importance/recency scoring (same engine as the extension)
soulprint_get_context The exact framed context the extension injects (profile + matched memories), 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)

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.4.1.tar.gz (63.1 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.4.1-py3-none-any.whl (11.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: soulprint_mcp-0.4.1.tar.gz
  • Upload date:
  • Size: 63.1 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.4.1.tar.gz
Algorithm Hash digest
SHA256 1104ab39c04ef7e9300ac380d5d777ffb60fef7930f2aba21cb0be27bd642924
MD5 7c5b5931fe16aa8cec82fc8e6f65c647
BLAKE2b-256 27d62b4ca095b16e968da531e87036f58c4fab87a101150832b8dddbad604629

See more details on using hashes here.

File details

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

File metadata

  • Download URL: soulprint_mcp-0.4.1-py3-none-any.whl
  • Upload date:
  • Size: 11.8 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.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 d0992bb6c044ae6590097a2122e1d5ac02232422cd941a08be76ffabf1f36c4f
MD5 e1db215cfaca9bd28b2e73769aef940c
BLAKE2b-256 df21bb3d676e9cc83eb8740e0d461717697b05fcd2bdfd51f43b0843369d398a

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