Skip to content

thegreencedar/codestory

v0.17.5Apache-2.0

CodeStory grounding for coding agents over a local managed runtime.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

codestorystdio
{
  "type": "stdio",
  "command": "node",
  "args": [
    "${PLUGIN_ROOT}/scripts/codestory-mcp.cjs"
  ],
  "cwd": "${PLUGIN_ROOT}",
  "env": {}
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "codestory",
  "version": "0.17.5",
  "description": "CodeStory grounding for coding agents over a local managed runtime.",
  "author": {
    "name": "The Green Cedar",
    "url": "https://github.com/TheGreenCedar"
  },
  "homepage": "https://github.com/TheGreenCedar/CodeStory/tree/main/plugins/codestory",
  "repository": "https://github.com/TheGreenCedar/CodeStory",
  "license": "Apache-2.0",
  "keywords": ["codestory", "grounding", "mcp", "local"]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • 2shell scripts
  • openai.yaml
View on GitHub