Insurance Claims MCP RAG Agent
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OLLAMA_MODEL | No | Ollama model name to use. | qwen2.5:7b-instruct |
| PROJECT_NAME | No | Name of the project. | insurance-claims-mcp-rag |
| PROJECT_ROOT | No | Root path of the project. | |
| VECTOR_DB_DIR | No | Directory for the Chroma vector store. | .\vector_store\chroma |
| PDF_SOURCE_DIR | Yes | Path to the folder containing insurance policy PDF documents. | |
| OLLAMA_BASE_URL | No | Base URL for the Ollama local LLM server. | http://localhost:11434 |
| CHUNK_OUTPUT_DIR | No | Directory for chunked document output. | .\data\chunks |
| PROCESSED_OUTPUT_DIR | No | Directory for processed document output. | .\data\processed |
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 | |
This server cannot be deployed
Maintenance
ActivityStale
ResponsivenessNo issues