Knowledge Bridge
БесплатноНе проверенMCP-compatible knowledge bridge with tools, resources, prompts, local BM25 KB, and a token-guarded HTTP companion for Cursor and custom agents.
Описание
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
Установка Knowledge Bridge
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Brian20040323/mcp-knowledge-bridgeFAQ
Knowledge Bridge MCP бесплатный?
Да, Knowledge Bridge MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Knowledge Bridge?
Нет, Knowledge Bridge работает без API-ключей и переменных окружения.
Knowledge Bridge — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Knowledge Bridge в Claude Desktop, Claude Code или Cursor?
Открой Knowledge Bridge на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Knowledge Bridge with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
