# com.codician/growmos (pypi · growmos)

Living knowledge graph for your repo: query with citations, remember/link facts, fact-check claims.

- Trust score: 82/100 (high trust)
- Change this week: 0
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-23

## Components

- pypi · `growmos`: 82/100 (this document), [markdown](https://verifymcp.io/servers/com-codician-growmos/growmos.md), [page](https://verifymcp.io/servers/com-codician-growmos/growmos)

## Channel facts

- Registry: `pypi`
- Package: `growmos`
- Version: `0.1.5`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-23.

- **Supply Chain Security**: 100/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - Runs setuptools.build_meta at install time, a recognised native-build step with no shell scripting around it.
  - No production dependencies, so there is no dependency health to assess.
- **Provenance & Transparency**: 48/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 36 days ago).
  - Publishes a security disclosure policy (SECURITY.md).
- **Schema Quality & AI Usability**: 70/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 549 tokens (~45/item across 12 items; 12 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 100/100
  - No destabilizing schema changes in the last 30 days.
- **Tool Coverage**: 68/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 4% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 12 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 12 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the com.codician/growmos MCP server?

com.codician/growmos runs locally as a PyPI package, launched with uvx growmos. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add com-codician-growmos -- uvx growmos
```

### Cursor

```json
{
  "mcpServers": {
    "com-codician-growmos": {
      "command": "uvx",
      "args": [
        "growmos"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "com-codician-growmos": {
      "command": "uvx",
      "args": [
        "growmos"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add com-codician-growmos -- uvx growmos
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-codician-growmos": {
      "type": "local",
      "command": [
        "uvx",
        "growmos"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-codician-growmos --command uvx --arg growmos
```

### Hermes

```yaml
mcp_servers:
  com-codician-growmos:
    command: "uvx"
    args: ["growmos"]
```

### Netclaw

```json
{
  "McpServers": {
    "com-codician-growmos": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "growmos"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add com-codician-growmos -t stdio -c uvx -a growmos
```

### Other

```json
{
  "mcpServers": {
    "com-codician-growmos": {
      "command": "uvx",
      "args": [
        "growmos"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-23 (score 82, +16)

- [security improvement] Malware scan: unverified → pass
- [security] Stability: 0.97 → pass

### 2026-09-22 (score 66, −15)

- [security regression] Malware scan: pass → unverified

### 2026-09-21 (score 81, +16)

- [security improvement] Malware scan: unverified → pass

### 2026-09-19 (score 65, +1)

No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-18 (score 64, −15)

- [security regression] Malware scan: pass → unverified

### 2026-09-17 (score 79, −3)

- [functional] Stability: pass → 0.80

### 2026-09-16 (score 82, +1)

- [security] Stability: 0.97 → pass

### 2026-09-15 (score 81, +15)

- [security improvement] Malware scan: unverified → pass

## MCP tools (12)

### `growmos_context` (~35 tokens)

Compact brief of the repository knowledge graph: hubs, health, pending work, latest journal. Call at the start of a session.

### `growmos_query` (~64 tokens)

Ask a multi-hop question; returns the k-hop subgraph (triples with edge ids and provenance) to answer from. Answer only from it and cite edge ids.

Input parameters:

- `hops` (integer)
- `question` (string, required)
- `seeds` (array)

### `growmos_entity` (~32 tokens)

Show one entity: description, profile, edges with provenance, sources, aliases.

Input parameters:

- `name` (string, required)

### `growmos_search` (~24 tokens)

Find entities by name/alias substring.

Input parameters:

- `text` (string, required)

### `growmos_remember` (~77 tokens)

Record a durable node (component, decision, concept, person…) with a grounded one-sentence description.

Input parameters:

- `description` (string, required)
- `name` (string, required)
- `source` (string): provenance label, e.g. session:2026-08-17 or a file path
- `type` (string, required)

### `growmos_link` (~54 tokens)

Record a typed relation A --[predicate]--> B (short verb phrase predicates).

Input parameters:

- `predicate` (string, required)
- `provenance` (string)
- `source` (string, required)
- `target` (string, required)

### `growmos_journal` (~37 tokens)

Append a note to the shared journal (what changed and why).

Input parameters:

- `author` (string)
- `text` (string, required)

### `growmos_check` (~41 tokens)

Fact-check claims (as 'A --[pred]--> B' lines or free text) against graph edges with provenance.

Input parameters:

- `text` (string, required)

### `growmos_next` (~58 tokens)

Get the next task packet (extraction/resolution/profile/gold/review) to grow the graph. Produce the JSON it asks for, then call growmos_apply. force=true ignores the daily extraction cap.

Input parameters:

- `force` (boolean)

### `growmos_apply` (~92 tokens)

Apply a completed packet. kind = extraction|resolution|profile; payload = the JSON object; plus source/chunk, type, or entity as printed in the packet.

Input parameters:

- `chunk` (integer)
- `entity` (string)
- `kind` (string, required)
- `partial` (boolean)
- `payload` (object, required)
- `source` (string)
- `type` (string)

### `growmos_status` (~15 tokens)

Graph statistics and health signals.

### `growmos_sample` (~20 tokens)

Random node for human review (the daily comprehension check).

## Diagnostics

Captured diagnostic sections: Provenance, Install scripts, Dependencies. The full working is on the page: https://verifymcp.io/servers/com-codician-growmos/growmos#diagnostics

## Score history

- 2026-09-23: 82
- 2026-09-22: 66
- 2026-09-21: 81
- 2026-09-20: 65
- 2026-09-19: 65
- 2026-09-18: 64
- 2026-09-17: 79
- 2026-09-16: 82
- 2026-09-15: 81
- 2026-09-14: 66
- 2026-09-13: 80
- 2026-09-12: 80
- 2026-09-11: 79
- 2026-09-10: 79
- 2026-09-09: 78
- 2026-09-08: 78
- 2026-09-07: 77
- 2026-09-06: 77
- 2026-09-05: 76
- 2026-09-04: 76
- 2026-09-03: 76
- 2026-09-02: 75
- 2026-09-01: 75
- 2026-08-31: 74
- 2026-08-30: 74
- 2026-08-29: 73
- 2026-08-28: 73
- 2026-08-27: 72
- 2026-08-26: 72
- 2026-08-25: 69

## Common questions

### What is the com.codician/growmos MCP server?

com.codician/growmos is an MCP server listed in the public MCP registry as com.codician/growmos. Living knowledge graph for your repo: query with citations, remember/link facts, fact-check claims. This page covers its PyPI package (growmos).

### Is the com.codician/growmos MCP server safe to use?

com.codician/growmos scores 82 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 23 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the com.codician/growmos MCP server expose?

com.codician/growmos exposes 12 tools: growmos_context, growmos_query, growmos_entity, growmos_search, growmos_remember, and 7 more. Their descriptions and schemas cost roughly 549 tokens of context every time the server is loaded.

### Is the com.codician/growmos MCP server still maintained?

com.codician/growmos is still listed as active in the MCP registry. We last reached this channel on 23 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the com.codician/growmos MCP server under?

com.codician/growmos declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- PyPI project: https://pypi.org/project/growmos/
- Socket report: https://socket.dev/pypi/package/growmos
- Repository: https://github.com/codician-team/growmos
- Changelog RSS feed: https://verifymcp.io/servers/com-codician-growmos/growmos.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-codician-growmos/growmos.json
- HTML version of this page: https://verifymcp.io/servers/com-codician-growmos/growmos
