Agent Plugins Marketplace
All plugins

craft-context

v0.12.30

Standalone governed knowledge, scoped memory, and reproducible context for AI hosts.

Codex1 Skill1 MCP serverstdio

By wdx9413License: MIT0 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex
Parsed components
2 skill or MCP entries
Source updated
Sep 16, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install craft-context for Codex

Installs for the current user
codex plugin marketplace add wdx9413/craft
codex plugin marketplace upgrade craft-marketplace
codex plugin add craft-context@craft-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the craft-marketplace catalog, then install this plugin.

Compatibility: the page URL and API slug “craft-context” remain stable.

  • Codex: craft-context@agent-plugin-marketplacecraft-context@craft-marketplace

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/wdx9413/craft

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/craft-context/.

Plugin files

plugins/craft-context/
├── .codex-plugin/plugin.json
├── skills/craft-context/SKILL.md
└── .mcp.json

Included Skills1

craft-contextskills/craft-context/SKILL.md

Use Craft Context when an Agent needs governed knowledge, scoped memory, or a reproducible context pack without the complete Craft work runtime.

MCP servers1

craft-contextstdio
command
node
args
dist/plugin/craft-mcp.cjs --product context
cwd
.

Plugin manifests1

plugins/craft-context/.codex-plugin/plugin.json
{
  "name": "craft-context",
  "version": "0.12.30",
  "description": "Standalone governed knowledge, scoped memory, and reproducible context for AI hosts.",
  "author": {
    "name": "wdx9413",
    "url": "https://github.com/wdx9413"
  },
  "homepage": "https://github.com/wdx9413/craft",
  "repository": "https://github.com/wdx9413/craft",
  "license": "MIT",
  "keywords": [
    "knowledge",
    "memory",
    "context",
    "agent",
    "mcp"
  ],
  "skills": "./skills/",
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "Craft Context",
    "shortDescription": "Give an Agent governed knowledge and memory.",
    "longDescription": "Connect scoped knowledge sources, preserve evidence-linked memory, and resolve the smallest reproducible context pack. It never grants execution authority or silently imports private chat history.",
    "developerName": "wdx9413",
    "category": "Productivity",
    "brandColor": "#000000",
    "composerIcon": "./assets/craft-icon.svg",
    "logo": "./assets/craft-icon.svg",
    "capabilities": [
      "Knowledge sources",
      "Evidence Wiki",
      "Memory ledger",
      "Context resolution",
      "Retrieval evaluation"
    ],
    "defaultPrompt": [
      "Use Craft Context to resolve the smallest relevant knowledge and memory set for this request. Explain the selected source versions and do not write a durable memory unless I explicitly approve it."
    ]
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[craft-context on Agent Plugins Marketplace](https://pluginsmp.com/plugins/craft-context)