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 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)
  • 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.3.1.tar.gz (60.6 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.3.1-py3-none-any.whl (10.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: soulprint_mcp-0.3.1.tar.gz
  • Upload date:
  • Size: 60.6 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.3.1.tar.gz
Algorithm Hash digest
SHA256 1c86b4dd6d6fde6d2a5814474e5d7bf90f6c8f6bace5b2fa8b16e7a055c9561f
MD5 848d21c96cbbd3d27ed85f609f109cd4
BLAKE2b-256 bfbf033c634ebe3da39cfbc1f6d56827bfd433f3d695dd5f75e0f5c673675025

See more details on using hashes here.

File details

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

File metadata

  • Download URL: soulprint_mcp-0.3.1-py3-none-any.whl
  • Upload date:
  • Size: 10.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.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 0896dc75dad4ee3c1b53071e3ae2070f710d9c7aba20fc50572f43303ecfd161
MD5 a1701dd40ff2716788c501a58784750f
BLAKE2b-256 123098e52bb8b7deed4139e896e68d82cfcc842366e3ad099bbf9261d7c04199

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