# io.github.ldclabs/KIP (npm · @ldclabs/kip-mcp-server)

Knowledge Graphs to enable memory persistence, knowledge evolution, explainable interaction.

- Trust score: 66/100 (medium)
- Change this week: +13
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-04

## Components

- npm · `@ldclabs/kip-mcp-server`: 66/100 (this document), [markdown](https://verifymcp.io/servers/ldclabs-kip/ldclabs-kip-mcp-server.md), [page](https://verifymcp.io/servers/ldclabs-kip/ldclabs-kip-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `@ldclabs/kip-mcp-server`
- Version: `1.0.1`
- 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-08-04.

- **Supply Chain Security**: 83/100
  - No malware found by supply-chain analysis.
  - CVE check failed: a known medium-severity CVE affects hono 4.12.33, reached via @modelcontextprotocol/sdk > hono. A fixed version is available.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 32/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - License check failed: no license is declared.
  - Actively maintained (last published 194 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 76/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 483 tokens (~120/item across 4 items; 2 tools + 2 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add ldclabs-kip -- npx -y @ldclabs/kip-mcp-server
```

### Codex

```bash
codex mcp add ldclabs-kip -- npx -y @ldclabs/kip-mcp-server
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ldclabs-kip": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@ldclabs/kip-mcp-server"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ldclabs-kip --command npx --arg -y --arg @ldclabs/kip-mcp-server
```

### Hermes

```yaml
mcp_servers:
  ldclabs-kip:
    command: "npx"
    args: ["-y", "@ldclabs/kip-mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "ldclabs-kip": {
      "command": "npx",
      "args": [
        "-y",
        "@ldclabs/kip-mcp-server"
      ]
    }
  }
}
```

## 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-08-04 (score 66, 0)

- [security regression] CVE-2026-69207 affects this package: medium
- [security regression] Known CVEs: partial → fail

### 2026-08-03 (score 66, +1)

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

### 2026-08-02 (score 65, +34)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional regression] License: unverified → fail
- [functional regression] Capabilities: pass → unverified
- [functional improvement] Stability: unverified → 0.20
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Schema quality: unverified → good

### 2026-07-31 (score 31, −4)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 35, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-27 (score 53)

First indexed and scored.

## MCP tools (2)

### `execute_kip` (~384 tokens)

Execute KIP Commands

Execute KIP (Knowledge Interaction Protocol) commands against a Cognitive Nexus backend.

IMPORTANT: KIP is new and typically NOT present in the model's training data. Before using this tool for anything non-trivial (especially writes), you MUST load KIP usage instructions.

Do one of the following first:
\- Use the prompt: kip_bootstrap (recommended)
\- Or fetch the resources: kip://docs/Instructions.md and (optionally) kip://docs/KIP.md

Input shape:
\- Provide exactly one of: 'command' (single multi-line string) OR 'commands' (batch).
\- Use 'dry_run: true' to validate without executing.

Schema grounding (do not guess):
\- Types are UpperCamelCase; predicates/attributes are snake_case (case-sensitive).
\- If unsure about schema/types/predicates, discover first via META: DESCRIBE / SEARCH.

Safe parameterization:
\- Prefer 'parameters' over string interpolation.
\- Placeholders start with ':' and MUST occupy a complete JSON value token.

Update semantics:
\- SET ATTRIBUTES overwrites each specified key (arrays/objects are replaced, not merged).
\- SET PROPOSITIONS is additive (creates/updates links).

Safety:
\- Never store secrets/credentials or one-time tokens in KIP.

Input parameters:

- `command` (string): A complete, multi-line KIP command (KQL, KML or META) string to be executed. Mutually exclusive with 'commands'.
- `commands` (array): Batch execution: array of KIP commands. Mutually exclusive with 'command'. Strings use shared 'parameters'; objects can override 'parameters'.
- `dry_run` (boolean): If true, validate only without execution.
- `parameters` (object): Optional key-value pairs used for safe substitution of placeholders in command(s). Placeholders start with ':' and must occupy a complete JSON value token.

### `list_logs` (~65 tokens)

List KIP Logs

List log entries from the KIP backend (if supported). Use this to debug failed executions or inspect recent activity.

Input parameters:

- `cursor` (string): Optional pagination cursor.
- `limit` (integer): Maximum number of log entries to return (default: 10, max: 100).

## Diagnostics

Captured diagnostic sections: Provenance, Vulnerabilities, Dependencies. The full working is on the page: https://verifymcp.io/servers/ldclabs-kip/ldclabs-kip-mcp-server#diagnostics

## Score history

- 2026-08-04: 66
- 2026-08-03: 66
- 2026-08-02: 65
- 2026-08-01: 31
- 2026-07-31: 31
- 2026-07-30: 35
- 2026-07-28: 53
- 2026-07-27: 53

## Links

- npm package: https://www.npmjs.com/package/@ldclabs/kip-mcp-server
- Socket report: https://socket.dev/npm/package/@ldclabs/kip-mcp-server
- Repository: https://github.com/ldclabs/KIP
- Changelog RSS feed: https://verifymcp.io/servers/ldclabs-kip/ldclabs-kip-mcp-server/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/ldclabs-kip/ldclabs-kip-mcp-server/changelog.json
- HTML version of this page: https://verifymcp.io/servers/ldclabs-kip/ldclabs-kip-mcp-server
