← Back to Plugins
MCP Server MCP

io.github.codeledgerECF/codeledger

github By github 👁 1 views ▲ 0 votes

Deterministic context selection for AI coding agents. Local memory that compounds across sessions.

Homepage Verified source GitHub

Install

npx -y @codeledger/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@codeledger/cli",
      "version": "0.10.7",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "mcp",
          "type": "positional"
        },
        {
          "value": "start",
          "type": "positional"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...