Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.paperdavid/manoma

NPM · MANOMA-MCP · SCANNED AUG 3

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

Available components

+17 this week 70 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability82
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1307 tokens (~65/item across 20 items; 7 tools + 13 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · manoma-mcp

# add to Claude Code
claude mcp add paperdavid-manoma -- npx -y manoma-mcp
# add to Codex CLI
codex mcp add paperdavid-manoma -- npx -y manoma-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "paperdavid-manoma": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "manoma-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add paperdavid-manoma --command npx --arg -y --arg manoma-mcp
# ~/.hermes/config.yaml
mcp_servers:
  paperdavid-manoma:
    command: "npx"
    args: ["-y", "manoma-mcp"]
// mcp.json
{
  "mcpServers": {
    "paperdavid-manoma": {
      "command": "npx",
      "args": [
        "-y",
        "manoma-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +44
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Security disclosure: fail → unverified functional
    • Tool coverage: 100 → unverified functional
    • Schema quality: 100 → unverified functional
    • MCP protocol: unverified → pass functional
    • License: unverified → pass functional
    • Maintenance: unverified → pass functional
    • Stability: unverified → 0.20 functional
    • Dependency health: unverified → partial functional
    • Schema quality: unverified → good functional
    • Licence: MIT functional
  • 31 Jul 26 −27
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 +29
    • Tool coverage: unverified → 100 functional
    • Schema quality: unverified → 100 functional
  • 28 Jul 26 −29
    • Tool coverage: 100 → unverified functional
    • Schema quality: 100 → unverified functional
  • 27 Jul 26 53

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 95 packages

95 packages in the resolved dependency tree · 95 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 7 exposed · ~916 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
add_decision ~145

Record a decision in /memory/decisions. Appends a timestamped entry to the decisions section of soul.md. This is how the AI helps maintain soul.md as a living document — capturing decisions as they happen during conversation. Args: - decision (string): The decision to record. Be specific about what was chosen and why. - context (string, optional): Additional reasoning or alternatives considered. Returns: Confirmation with the recorded entry.

NameTypeReqDescription
contextstringOptional additional context or reasoning
decisionstringyesThe decision to record (e.g. "Chose Postgres over DynamoDB for billing — need ACID transactions")

No output schema declared.

No examples provided.

add_lesson ~153

Record a lesson learned in /memory/lessons. Appends a timestamped entry to the lessons section. Captures insights and hard-won knowledge from debugging, incidents, code reviews, reading, or any learning moment. Args: - lesson (string): The lesson to record. Be specific and actionable. - source (string, optional): Where this lesson came from. Returns: Confirmation with the recorded entry.

NameTypeReqDescription
lessonstringyesThe lesson learned (e.g. "Redis SCAN is O(N) — don't use on hot paths without cursor batching")
sourcestringWhere the lesson came from (e.g. "production incident", "code review", "reading")

No output schema declared.

No examples provided.

get_context ~148

Retrieve the user's identity context for the current or specified mode. Returns all soul.md sections that should be injected for the given mode, as defined by mode_routing in /config. This is the primary way an LLM should bootstrap context about the user. Args: - mode (string, optional): One of work, personal, creative, learning. Defaults to the active_mode in soul.md config. Returns: Combined markdown of all sections relevant to the requested mode, including identity, values, voice, skills, and any mode-specific sections.

NameTypeReqDescription
modestringMode to resolve context for (work, personal, creative, learning). Defaults to active_mode from config.

No output schema declared.

No examples provided.

get_injection ~196

Build a smart context injection from soul.md for an LLM system prompt. Unlike get_context which returns raw sections, this runs the full injection algorithm: three-tier priority (always/by_mode/on_trigger), keyword matching for skill domains, person detection, voice dial conversion to behavioral instructions, and token budgeting (2500 max with priority-aware truncation). Use this when assembling the full identity blob for an LLM system prompt. Args: - mode (string, optional): One of work, personal, creative, learning. - message (string, optional): The user's message. Used for trigger matching. Returns: The injection text, token count, matched sections, triggered domains, and mentioned people.

NameTypeReqDescription
messagestringThe user's message. Used for keyword/skill/person triggering.
modestringMode (work, personal, creative, learning). Defaults to active_mode from config.

No output schema declared.

No examples provided.

get_skill_depth ~115

Retrieve detailed skill information for a specific domain. Searches soul.md skill sections for a matching domain and returns the full detail block including level, years, approach, heuristics, and taste. Args: - skill (string): Skill domain name to look up. Returns: Detailed skill section content if found, or a list of available skills with a suggestion to check skills.summary.

NameTypeReqDescription
skillstringyesSkill domain to look up (e.g. "backend systems", "observability", "frontend")

No output schema declared.

No examples provided.

list_sections ~44

List all available sections in soul.md. Returns a tree-like listing of all sections with their paths, names, metadata, and child sections. Useful for discovering what's in the soul.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

update_now ~115

Replace the /now section with current focus and status. The /now section captures what the user is currently working on, thinking about, and prioritizing. This tool replaces it entirely with new content. Args: - content (string): New markdown content for the /now section. Should describe current projects, focus areas, blockers, and priorities. Returns: Confirmation with the new content.

NameTypeReqDescription
contentstringyesNew content for the /now section. Use markdown. This replaces the entire /now section.

No output schema declared.

No examples provided.