MCP RAG Agent
by elandy
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AWS_REGION | No | AWS region for Bedrock, e.g., us-east-1. | |
| AWS_ACCESS_KEY_ID | No | AWS access key ID for Bedrock authentication. | |
| OLLAMA_CHAT_MODEL | No | Ollama chat model name, e.g., llama3.1. | |
| BEDROCK_CHAT_MODEL | No | Bedrock chat model ID, e.g., anthropic.claude-3-5-sonnet-20240620-v1:0. | |
| CLIENT_LLM_PROVIDER | No | LLM provider to use for chat generation. Options: ollama, bedrock. | |
| AWS_SECRET_ACCESS_KEY | No | AWS secret access key for Bedrock authentication. | |
| OLLAMA_EMBEDDING_MODEL | No | Ollama embedding model name, e.g., nomic-embed-text. | |
| RAG_EMBEDDING_PROVIDER | No | Embedding provider for retrieval. Options: ollama, bedrock. | |
| BEDROCK_EMBEDDING_MODEL | No | Bedrock embedding model ID, e.g., amazon.titan-embed-text-v2:0. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| retrieve_documentsC | Retrieve relevant knowledge chunks. |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/elandy/mcp-ai-backend'
If you have feedback or need assistance with the MCP directory API, please join our Discord server