claudegoodies
Plugin

context-mode

From mksglu

MCP server that saves 98% of your context window with session continuity. Sandboxed code execution in 11 languages, FTS5 knowledge base with BM25 ranking, and automatic state restore across compactions.

Install

/plugin install context-mode

Facts

Status
Actively maintained
Last commit
Declared tools
{"context-mode":{"args":["${CLAUDE_PLUGIN_ROOT}/start.mjs"],

Source preview

The instructions Claude Code reads when this plugin runs.

{
  "name": "context-mode",
  "version": "1.0.169",
  "description": "MCP server that saves 98% of your context window with session continuity. Sandboxed code execution in 11 languages, FTS5 knowledge base with BM25 ranking, and automatic state restore across compactions.",
  "author": {
    "name": "Mert Koseoğlu",
    "url": "https://github.com/mksglu"
  },
  "homepage": "https://github.com/mksglu/context-mode#readme",
  "repository": "https://github.com/mksglu/context-mode",
  "license": "Elastic-2.0",
  "keywords": [
    "mcp",
    "context-window",
    "sandbox",
    "code-execution",
    "fts5",
    "bm25",
    "playwright",
    "context7"
  ],
  "mcpServers": {
    "context-mode": {
      "command": "node",
      "args": [
        "${CLAUDE_PLUGIN_ROOT}/start.mjs"
      ]
    }
  },
  "skills": "./skills/"
}
View full source on GitHub →

Other plugins