Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Knowledge Bridge

FreeNot checked

MCP-compatible knowledge bridge with tools, resources, prompts, local BM25 KB, and a token-guarded HTTP companion for Cursor and custom agents.

GitHubEmbed

About

MCP-compatible knowledge bridge with tools, resources, prompts, local BM25 KB, and a token-guarded HTTP companion for Cursor and custom agents.

README

Python Version License: MIT MCP HTTP Stars

v0.2 MCP-compatible knowledge bridge with tools + resources + prompts, local BM25 KB, in-process client, and a token-guarded HTTP companion (stdlib only).
Independent protocol-layer demo for Cursor / custom agents — not an SDK re-export.

Related: lite-react-agent · hybrid-rag-kit


What's new in v0.2

Addition Why
prompts/list + prompts/get Full-er MCP surface for agent workflows
HTTP companion /tools, /tools/call, /resources, /prompts with Bearer token
Auth stub MCP_BRIDGE_TOKEN (default dev-token)

Quickstart

git clone https://github.com/Brian20040323/mcp-knowledge-bridge.git
cd mcp-knowledge-bridge
python -m examples.demo_protocol
python -m mcp_bridge.server          # stdio MCP
python -m mcp_bridge.http_server     # HTTP on :8765
curl -H "Authorization: Bearer dev-token" http://127.0.0.1:8765/tools

Cursor MCP config

{
  "mcpServers": {
    "knowledge-bridge": {
      "command": "python",
      "args": ["-m", "mcp_bridge.server"],
      "cwd": "/absolute/path/to/mcp-knowledge-bridge"
    }
  }
}

Independence thesis

MCP hype is real; most demos hide behind opaque SDKs. This bridge keeps JSON-RPC framing, tool schemas, resources, and prompts readable in one repo, so you can explain protocol design in interviews.


License

MIT © Brian20040323

from github.com/Brian20040323/mcp-knowledge-bridge

Installing Knowledge Bridge

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/Brian20040323/mcp-knowledge-bridge

FAQ

Is Knowledge Bridge MCP free?

Yes, Knowledge Bridge MCP is free — one-click install via Unyly at no cost.

Does Knowledge Bridge need an API key?

No, Knowledge Bridge runs without API keys or environment variables.

Is Knowledge Bridge hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Knowledge Bridge in Claude Desktop, Claude Code or Cursor?

Open Knowledge Bridge on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Knowledge Bridge with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs