mcpbeat Sign in

Manoma MCP Server

by paperdavid Your server? Claim it
local only

Manoma runs on your own machine — the client starts it, so there is no endpoint to ping. 58 installs a week from npm. Last commit 4 Sep 2026.

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

Installs per day peak 21 · avg 7 · -21% w/w
a month agotoday
58
Installs / week
npm · manoma-mcp
0
Stars
0 open issues
4 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Manoma every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add manoma -- npx -y manoma-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "manoma": {
      "args": [
        "-y",
        "manoma-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.manoma]
command = "npx"
args = ["-y", "manoma-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "manoma": {
      "args": [
        "-y",
        "manoma-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "manoma": {
      "args": [
        "-y",
        "manoma-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SOUL_MD_PATH (Path to your soul.md file. Defaults to ~/soul.md if not set.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Manoma

same job, measured the same way
Tilde
by topskychen

Your AI agents' home directory — privacy-first MCP server for portable AI identity.

41 installs/wk local only
Myco Brain
by thegoodguysla

Self-hosted, source-traceable memory layer and MCP server for AI agents, on your own Postgres.

66 installs/wk local only
Collective Memory
by hustada

MCP server for persistent, semantic memory across AI sessions

40 installs/wk local only
Outris Identity MCP
by outris-dev-user

Identity resolution MCP server for phone/email lookups across 31+ services. Global + India coverage.

19 tools answering
Haldir
by exposureguard

Guardian layer for AI agents: identity, secrets, audit via MCP.

54 installs/wk local only
Justonce Memory
by bluesoul-technology

Persistent, portable, bitemporal memory layer — recalled proactively across your AI tools.

answering
Soul MCP Server
by antoniotf5

MCP server for validating and generating SOUL.md agent identity files from Claude Desktop.

67 installs/wk local only
Airtable
by airtable

Official Airtable MCP server — database and operations layer for agents.

answering

Manoma — questions

Answers built from our own checks of this server.

Why is there no uptime for Manoma?
Manoma runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package manoma-mcp was installed 58 times last week.
How do I connect Manoma?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls manoma-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Manoma?
The npm package manoma-mcp was installed 58 times in the last week. Week over week that is -21%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Manoma open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.