Odel
capsule

capsule

Local
@dawitlabs4TypeScriptMITUpdated 2mo ago

Compact, source-linked context packs that reduce token waste for coding agents.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmcapsulectxv0.3.3

Run

npx -y capsulectx

MCP client config

{
  "mcpServers": {
    "capsule": {
      "command": "npx",
      "args": [
        "-y",
        "capsulectx"
      ]
    }
  }
}