MCP RAG Assistant
by 1jelly7
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MYSQL_HOST | No | MySQL host. | 127.0.0.1 |
| MYSQL_PORT | No | MySQL port. | 3306 |
| MYSQL_USER | No | MySQL user. | mcp_user |
| QDRANT_URL | No | Qdrant server URL (required if QDRANT_MODE=server). | |
| QDRANT_MODE | No | Qdrant mode: 'local' or 'server'. | local |
| MYSQL_ENABLED | No | Enable MySQL knowledge storage: 'true' or 'false'. | false |
| MYSQL_DATABASE | No | MySQL database name. | mcp_rag_db |
| MYSQL_PASSWORD | No | MySQL password. | 1234 |
| OPENAI_API_KEY | No | Your OpenAI API key. Required for using OpenAI embeddings and GPT. | |
| VECTOR_BACKEND | No | Vector database backend: 'faiss' or 'qdrant'. | faiss |
| EMBEDDING_BACKEND | No | Backend 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
| 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 | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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