Unified context layer connecting local data to LLMs via MCP
A unified context layer that connects your local data — repositories, documents, remote machines, and notes — to LLM interfaces through the Model Context Protocol (MCP).
View on GitHub Install from PyPI
pip install mcp-context-bridge
Modern LLMs are powerful but context-starved. They don’t know about your local codebase, recent GitHub issues, Obsidian notes, or database schema. Context Bridge bridges that gap with a single MCP server that exposes everything.
Context Bridge is built as an MCP server with a pluggable connector system. Each connector implements a standard interface and exposes domain-specific tools to the LLM.
MIT — see LICENSE on GitHub.