io.github.ldclabs/KIP
NPM · @LDCLABS/KIP-MCP-SERVER · SCANNED AUG 3
Knowledge Graphs to enable memory persistence, knowledge evolution, explainable interaction.
Available components
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 Security86
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (94 of 98), 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 (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency32
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- License check failed: no license is declared. See how to fix → Fail
- Actively maintained (last published 193 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability76
- 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 483 tokens (~120/item across 4 items; 2 tools + 2 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
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 · @ldclabs/kip-mcp-server
claude mcp add ldclabs-kip -- npx -y @ldclabs/kip-mcp-server
codex mcp add ldclabs-kip -- npx -y @ldclabs/kip-mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"ldclabs-kip": {
"type": "local",
"command": [
"npx",
"-y",
"@ldclabs/kip-mcp-server"
],
"enabled": true
}
}
} openclaw mcp add ldclabs-kip --command npx --arg -y --arg @ldclabs/kip-mcp-server
mcp_servers:
ldclabs-kip:
command: "npx"
args: ["-y", "@ldclabs/kip-mcp-server"] {
"mcpServers": {
"ldclabs-kip": {
"command": "npx",
"args": [
"-y",
"@ldclabs/kip-mcp-server"
]
}
}
} 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.
- 3 Aug 26 +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.
- 2 Aug 26 +34
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- 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. security
- License: unverified → fail ▼ functional
- Capabilities: pass → unverified ▼ functional
- Stability: unverified → 0.20 ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- Schema quality: unverified → good ▲ functional
- 31 Jul 26 −4
- 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 −18
- Malware scan: pass → unverified ▼ security
- 27 Jul 26 53
First indexed and scored.
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/@ldclabs/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 94 packages
94 packages in the resolved dependency tree · 94 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
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.
execute_kip Execute KIP Commands ~384
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.
| Name | Type | Req | Description |
|---|---|---|---|
| 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. |
No output schema declared.
No examples provided.
list_logs List KIP Logs ~65
List log entries from the KIP backend (if supported). Use this to debug failed executions or inspect recent activity.
| Name | Type | Req | Description |
|---|---|---|---|
| cursor | string | — | Optional pagination cursor. |
| limit | integer | — | Maximum number of log entries to return (default: 10, max: 100). |
No output schema declared.
No examples provided.