← Back to Plugins
MCP Server MCP

io.github.DojoGenesis/mcp

github By github 👁 1 views ▲ 0 votes

Practice library for coding agents: skill search/invoke, seed patches, scout, reflect, ADR writer

Homepage Verified source GitHub

Install

oci:ghcr.io/dojogenesis/mcp:3.2.1

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/dojogenesis/mcp:3.2.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Path to a CoworkPlugins checkout for the full first-party practice library; 35 bundled skills are used when unset",
          "format": "string",
          "name": "DOJO_SKILLS_PATH"
        },
        {
          "description": "Directory where dojo_log_decision writes ADR markdown (default ./decisions)",
          "format": "string",
          "name": "DOJO_ADR_PATH"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...