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

Full walkthrough for every agent (Claude Code, Cursor, Codex, Hermes) with prerequisites, caveats, and troubleshooting: docs/connect-your-ai.md.

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.3.tar.gz (65.3 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.3-py3-none-any.whl (12.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: soulprint_mcp-0.4.3.tar.gz
  • Upload date:
  • Size: 65.3 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.3.tar.gz
Algorithm Hash digest
SHA256 e6629888a332ea93f7eea2fadbb06a1443a5a2f8db40b4012fa6261368f8e211
MD5 f45eea9e9013eeef69eb2a1ccd48b9ab
BLAKE2b-256 077a96b96cd0a6159e67da74418b5023dd6cef9e01392277e3e89b99cb8b2a74

See more details on using hashes here.

File details

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

File metadata

  • Download URL: soulprint_mcp-0.4.3-py3-none-any.whl
  • Upload date:
  • Size: 12.0 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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 3080287297b34c7731cd50f88fd8a0ac4a83228ef44307b165e5fb51b0c982c5
MD5 6d5a26228ff8e751d9eafb0f3544c0b4
BLAKE2b-256 fb820e2c5c58620241da54bdf042e30c3756f56cb75b521adf00990fcce41d04

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