Manoma
Manoma is an MCP server that enables any LLM to read your soul.md file, a portable plaintext identity file you own and control, making your values, voice, skills, and taste available across AI tools.
README
soul.md
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.
- User-owned — lives on your machine, in your repo. No cloud, no account, no vendor.
- Portable — works with Claude Desktop, Cursor, Zenflow, and any MCP-aware client.
- Built to outlive models — git-diffable, forkable, versioned. A format, not a walled garden.
See the soul.md format specification.
Install
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.
Get a soul.md
- Web builder — manoma.ai/build — fill the form, download the file.
- Template —
cp templates/founder.md ~/soul.md(also:engineer.md,designer.md,pm.md).
Tools the MCP server exposes
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.
Repo
manoma/
├── mcp/ — MCP server (npx manoma-mcp)
├── templates/ — starter soul.md files
├── SPEC.md — format specification
└── README.md
Philosophy
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.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.