Server data from the Official MCP Registry
MCP server for soul.md — your portable AI identity layer across every LLM.
MCP server for soul.md — your portable AI identity layer across every LLM.
Valid MCP server (2 strong, 3 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
6 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: SOUL_MD_PATH
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-paperdavid-manoma": {
"env": {
"SOUL_MD_PATH": "your-soul-md-path-here"
},
"args": [
"-y",
"manoma-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
Your identity, not theirs. One file, every AI.
soul.md is an open format for your AI identity — values, voice, skills, taste. A plaintext file you own, version in git, and carry between tools. Manoma is the reference MCP server that makes any LLM read your soul.md.
See the soul.md format specification.
One line in your Claude Desktop, Cursor, or Zenflow config:
{
"mcpServers": {
"manoma": {
"command": "npx",
"args": ["-y", "manoma-mcp"]
}
}
}
Then drop your soul.md at ~/soul.md.
cp templates/founder.md ~/soul.md (also: engineer.md, designer.md, pm.md).Read — get_context(mode?), get_injection(mode?, message?), get_skill_depth(skill), list_sections().
Write-back — add_decision(...), add_lesson(...), update_now(...).
Resources expose every section as soul://section/<path>, plus soul://full for the whole file.
Full details in mcp/README.md and SPEC.md.
manoma/
├── mcp/ — MCP server (npx manoma-mcp)
├── templates/ — starter soul.md files
├── SPEC.md — format specification
└── README.md
Every AI vendor wants to own your memory. soul.md is the opposite bet: your identity as a plaintext file you control, interchangeable between tools, diff-able in git, outliving any individual model.
The schema is the thing. The runtime is just how it's read.
Contributions, forks, and parallel implementations welcome.
MIT.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally