claudegoodies
MCP Server

context-mode

From mksglu

MCP plugin that saves 98% of your context window. Works with Claude Code, Gemini CLI, VS Code Copilot, OpenCode, and Codex CLI. Sandboxed code execution, FTS5 knowledge base, and intent-driven search.

Install

claude mcp add context-mode

Facts

Status
Actively maintained
Last commit

Source preview

The instructions Claude Code reads when this mcp server runs.

{
  "name": "context-mode",
  "version": "1.0.169",
  "type": "module",
  "description": "MCP plugin that saves 98% of your context window. Works with Claude Code, Gemini CLI, VS Code Copilot, OpenCode, and Codex CLI. Sandboxed code execution, FTS5 knowledge base, and intent-driven search.",
  "author": "Mert Koseoğlu",
  "license": "Elastic-2.0",
  "keywords": [
    "mcp",
    "model-context-protocol",
    "claude",
    "claude-code",
    "gemini-cli",
    "vscode-copilot",
    "opencode",
    "openclaw",
    "codex-cli",
    "context-window",
    "sandbox",
    "code-execution",
    "fts5",
    "bm25",
    "pi-package"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/mksglu/context-mode"
  },
  "homepage": "https://github.com/mksglu/context-mode#readme",
  "pi": {
    "extensions": [
      "./build/adapters/pi/extension.js"
    ],
    "skills": [
      "./skills"
    ]
  },
  "openclaw": {
    "extensions": [
      "./build/adapters/openclaw/plugin.js"
    ]
  },
  "omp": {
    "name": "context-mode",
    "description": "Save 98% of your context window in OMP — sandboxed code execution, FTS5 search, hard-block curl/wget, session continuity across compaction.",
    "extensions": [
      "./build/adapters/omp/plugin.js"
    ]
  },
  "bugs": "https://github.com/mksglu/context-mode/issues",
  "main": "./build/adapters/opencode/plugin.js",
  "exports": {
  
View full source on GitHub →

Other mcp servers