# manoma [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/paperdavid/manoma  
**GitHub Stars:** 0  
**npm Downloads (last month):** 297  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/manoma

## Description
MCP server for soul.md — your portable AI identity layer across every LLM.

## Claude Desktop Quick Installation
Install path detected from listing signals. Uses `npx` (confidence: high):

```json
"mcpServers": {
  "manoma": {
    "command": "npx",
    "args": ["-y","manoma-mcp"]
  }
}
```

## Documentation & 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](https://github.com/paperdavid/manoma/blob/HEAD/SPEC.md).

---

## Install

One line in your Claude Desktop, Cursor, or Zenflow config:

```json
{
  "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](https://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](https://github.com/paperdavid/manoma/blob/HEAD/mcp/README.md) and [SPEC.md](https://github.com/paperdavid/manoma/blob/HEAD/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.

