MCP Knowledge Bridge
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Knowledge Bridgesearch for artificial intelligence trends"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Knowledge Bridge
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 |
| Full-er MCP surface for agent workflows |
HTTP companion |
|
Auth stub |
|
Related MCP server: Alcove
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 :8765curl -H "Authorization: Bearer dev-token" http://127.0.0.1:8765/toolsCursor 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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Brian20040323/mcp-knowledge-bridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server