mcp-rag-server
by FORIFOR
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SOURCE_DIR | No | Directory containing source documents | ./data/source |
| POSTGRES_DB | No | PostgreSQL database name | ragdb |
| EMBEDDING_DIM | No | Embedding dimension | 1024 |
| POSTGRES_HOST | No | PostgreSQL host | localhost |
| POSTGRES_PORT | No | PostgreSQL port | 5432 |
| POSTGRES_USER | No | PostgreSQL user | postgres |
| PROCESSED_DIR | No | Directory for processed documents | ./data/processed |
| EMBEDDING_MODEL | No | Embedding model identifier | intfloat/multilingual-e5-large |
| POSTGRES_PASSWORD | No | PostgreSQL password | password |
| EMBEDDING_PREFIX_QUERY | No | Prefix for query embeddings | query: |
| EMBEDDING_PREFIX_EMBEDDING | No | Prefix for passage embeddings | passage: |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |