Skip to main content
Glama

Personal RAG MCP Server

by timerickson

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoPort number for HTTP transport mode8765
TRANSPORTNoTransport mode: 'http' or 'stdio'stdio
OLLAMA_URLNoURL of the Ollama service for embeddingshttp://ollama:11434
QDRANT_URLNoURL of the Qdrant vector database servicehttp://qdrant:6333
LITELLM_URLNoURL of the LiteLLM proxy service for LLM accesshttp://litellm:4000
SQLITE_PATHNoPath to SQLite database file for document storage/app/data/documents.db
OPENAI_API_KEYNoAPI key for LiteLLM authentication

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/timerickson/personal-rag-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server