ephemeral-buffer-mcp

k-rister/ephemeral-buffer-mcp
★ 1 stars Python AI/LLM Updated today
Ephemeral in-memory command output capture and hybrid search MCP server for coding agents.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ephemeral-buffer-mcp": {
      "command": "uvx",
      "args": [
        "ephemeral-buffer-mcp"
      ]
    }
  }
}

Or install with pip: pip install ephemeral-buffer-mcp

README Excerpt

An ephemeral in-memory command output capture and hybrid search engine (BM25 + Semantic Embeddings) for AI coding assistants (Claude Code, Antigravity, Cursor, etc.). --- When coding agents run commands that generate large outputs (thousands of lines of build logs, test runs, stack traces, JSON dumps), agents face two failure modes:

Topics

coding-agentscommand-line-toolcommand-outputdeveloper-toolsembeddingsfastembedhybrid-searchin-memorylog-managementmcpmodel-context-protocolpythonsemantic-search