loading…
Search for a command to run...
loading…
RAG Knowledge - MCP server providing AI-powered tools and automation by MEOK AI Labs
RAG Knowledge - MCP server providing AI-powered tools and automation by MEOK AI Labs
Rag Knowledge MCP provides AI-powered tools via the Model Context Protocol (MCP).
| 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. |
pip install meok-rag-knowledge-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"rag-knowledge": {
"command": "python",
"args": ["-m", "meok_rag_knowledge_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 5 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"rag-knowledge-mcp": {
"command": "npx",
"args": []
}
}
}