SoulSketch
Rank #10,941io.github.bytewizard42i/soulsketch
Portable, user-owned AI memory packs: read, validate, fingerprint, diff, and observe
SoulSketch is a Model Context Protocol (MCP) server published by bytewizard42i. It ranks #10,941 of 132,046 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. SoulSketch is listed on Official MCP, with 3 tracked versions. It was first listed on Jul 30, 2026 and most recently updated on Jul 30, 2026.
Ranks ahead of 121,105 of 132,046 servers on MCP Toplist.
Use SoulSketch
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add soulsketch -e "SOULSKETCH_ALLOWED_ROOTS=<your SOULSKETCH_ALLOWED_ROOTS>" -- npx -y @soulsketch/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.soulsketch]
command = "npx"
args = ["-y", "@soulsketch/mcp-server"]
[mcp_servers.soulsketch.env]
SOULSKETCH_ALLOWED_ROOTS = "<your SOULSKETCH_ALLOWED_ROOTS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"soulsketch": {
"command": "npx",
"args": [
"-y",
"@soulsketch/mcp-server"
],
"env": {
"SOULSKETCH_ALLOWED_ROOTS": "<your SOULSKETCH_ALLOWED_ROOTS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"soulsketch": {
"command": "npx",
"args": [
"-y",
"@soulsketch/mcp-server"
],
"env": {
"SOULSKETCH_ALLOWED_ROOTS": "<your SOULSKETCH_ALLOWED_ROOTS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"soulsketch": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@soulsketch/mcp-server"
],
"env": {
"SOULSKETCH_ALLOWED_ROOTS": "<your SOULSKETCH_ALLOWED_ROOTS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"soulsketch": {
"command": "npx",
"args": [
"-y",
"@soulsketch/mcp-server"
],
"env": {
"SOULSKETCH_ALLOWED_ROOTS": "<your SOULSKETCH_ALLOWED_ROOTS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"soulsketch": {
"command": "npx",
"args": [
"-y",
"@soulsketch/mcp-server"
],
"env": {
"SOULSKETCH_ALLOWED_ROOTS": "<your SOULSKETCH_ALLOWED_ROOTS>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.bytewizard42i%2Fsoulsketch)<a href="https://mcptoplist.com/server/io.github.bytewizard42i%2Fsoulsketch"><img src="https://mcptoplist.com/badge/io.github.bytewizard42i%2Fsoulsketch.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
bytewizard42i
Available versions (3)
| Version | Published |
|---|---|
| 1.3.3 | Jul 30, 2026 |
| 1.3.2 | Jul 30, 2026 |
| 1.3.1 | Jul 30, 2026 |
Frequently asked questions
- Who maintains SoulSketch?
- SoulSketch is maintained by bytewizard42i, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is SoulSketch listed on the Official MCP Registry?
- Yes — SoulSketch is listed on the Official MCP Registry.
- How many versions does SoulSketch have?
- MCP Toplist tracks 3 versions of SoulSketch, most recently published on Jul 30, 2026.
- Where can I find the source code for SoulSketch?
- The source code for SoulSketch is hosted at github.com/bytewizard42i/soulSketch.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.