MCP Servers / development / MCP RAG Server

MCP RAG Server

JSON →
stdionone71development

A Python server providing Retrieval-Augmented Generation (RAG) functionality. It indexes various document formats and requires a PostgreSQL database with pgvector.

Install
How to run this server
[ { "cmd": "pip install uv", "imports": [] } ]
server path: mcp-rag-server
Tools
What this server exposes
search
ベクトル検索を行います。クエリに基づいて関連情報を検索し、前後のチャンクやドキュメント全文を含めて結果を返します。
get_document_count
インデックス内のドキュメント数を取得します。
Configuration
Environment & auth
authnone
envPOSTGRES_HOST
envPOSTGRES_PORT
Resources
MCP RAG Server — MCP Server · libregistry