mainframe-mcp

sushiHex/mainframe-mcp
★ 0 stars Python Memory/Knowledge Updated 11d ago
100% local, GPU-accelerated semantic knowledge base MCP server for Claude Code — Qwen3 embeddings + native Qwen3-Reranker, hybrid search, ambient memory with conflict-aware consolidation
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": {
    "mainframe-mcp": {
      "command": "uvx",
      "args": [
        "mainframe-mcp"
      ]
    }
  }
}

Or install with pip: pip install mainframe-mcp

README Excerpt

A **100% local, GPU-accelerated semantic knowledge base** for [Claude Code](https://claude.com/claude-code), served over [MCP](https://modelcontextprotocol.io/). It indexes the markdown knowledge scattered across your repos (`research/`, `docs/`, `CLAUDE.md`), and gives coding agents high-precision hybrid search over it — plus an ambient memory pipeline that captures session knowledge and consolidates it into curated notes over time.

Tools (5)

build_raptorcapture_memoryconsolidate_sessionssearchsync_index