MCP server for rag knowledge. Features semantic search, knowledge graph query, index document. From MEOK AI Labs.
Project description
Overview
Rag Knowledge MCP provides AI-powered tools via the Model Context Protocol (MCP).
Tools
| Tool | Description |
|---|---|
semantic_search |
Semantic search over indexed documents. |
knowledge_graph_query |
Query the knowledge graph by entity and optional relation. |
index_document |
Index a document into vector store and knowledge graph. |
extract_entities_tool |
Extract regulatory entities from text. |
cross_reference |
Find cross-references between two frameworks for a term. |
Installation
pip install meok-rag-knowledge-mcp
Usage with Claude Desktop
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"rag-knowledge": {
"command": "python",
"args": ["-m", "meok_rag_knowledge_mcp.server"]
}
}
}
Usage with FastMCP
from mcp.server.fastmcp import FastMCP
# This server exposes 5 tool(s) via MCP
# See server.py for full implementation
License
MIT © MEOK AI Labs
Pairs with MEOK Governance Suite
Build something that touches users? You need compliance. MEOK ships 38 governance MCPs that drop in alongside this tool — EU AI Act, DORA, NIS2, CRA, GDPR, ISO 42001, FDA SaMD, MDR, Basel, MiFID II, MiCA, COPPA, and more.
# One-shot install of the governance pack
npx meok-setup --pack governance
Free tier: 10 calls/day per MCP. Pro tier (£79/mo): unlimited + cryptographically signed compliance attestations your auditor verifies independently.
→ Full catalogue: councilof.ai/catalogue → MEOK AI Labs: meok.ai
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rag_knowledge_mcp-1.0.6.tar.gz.
File metadata
- Download URL: rag_knowledge_mcp-1.0.6.tar.gz
- Upload date:
- Size: 14.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0adabb94574178cb90c25b573d4b6f9017e9ff642a26c7c25f80d0fccdb5e27b
|
|
| MD5 |
66a9d794198e33440d37ebda7fb4a568
|
|
| BLAKE2b-256 |
aa10671f17e71b199c703741274dfd2db9c23b86bc051b1731420acde3d2199c
|
File details
Details for the file rag_knowledge_mcp-1.0.6-py3-none-any.whl.
File metadata
- Download URL: rag_knowledge_mcp-1.0.6-py3-none-any.whl
- Upload date:
- Size: 7.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae84d79614a692b62310391956bcf1fffb95653cd0cca42dd58f7be010af227c
|
|
| MD5 |
70872c35bf8a03d9b4b88744bbc6d0a1
|
|
| BLAKE2b-256 |
1f7d0f591a5f14e8bf7a3872ed8f1020f7a397776cdbaf334f4befc64538302c
|