Skip to main content
Glama
1jelly7

MCP RAG Assistant

by 1jelly7

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MYSQL_HOSTNoMySQL host.127.0.0.1
MYSQL_PORTNoMySQL port.3306
MYSQL_USERNoMySQL user.mcp_user
QDRANT_URLNoQdrant server URL (required if QDRANT_MODE=server).
QDRANT_MODENoQdrant mode: 'local' or 'server'.local
MYSQL_ENABLEDNoEnable MySQL knowledge storage: 'true' or 'false'.false
MYSQL_DATABASENoMySQL database name.mcp_rag_db
MYSQL_PASSWORDNoMySQL password.1234
OPENAI_API_KEYNoYour OpenAI API key. Required for using OpenAI embeddings and GPT.
VECTOR_BACKENDNoVector database backend: 'faiss' or 'qdrant'.faiss
EMBEDDING_BACKENDNoBackend for embeddings: 'local' (hash-based) or 'openai'.local

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/1jelly7/MCP_RAG_project'

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