Skip to main content
Glama

AI MCP System

An intelligent, Model Context Protocol (MCP) compatible Retrieval-Augmented Generation (RAG) backend utilizing LangGraph and FastAPI.

This system allows seamless chaining of AI model logic (powered by Groq APIs) and document context search abilities via HuggingFace embedding configurations and a FAISS local vector database.


šŸš€ Features

  • ReAct Agent Flow Setup: Custom autonomous routing utilizing LangGraph state machines.

  • Dynamic RAG Pipeline: Secure and optimized ingestion, chunking, and semantic vector searching.

  • Persisted Thread Memory: SQLite integrated transactions storing continuous session context tracking.

  • Fully Modular Architecture: Easily scalable with new LangGraph agents and standalone MCP wrappers.

  • Container Ready: Ships with explicit configurations targeting lightweight reproducible Python Docker builds.


Related MCP server: Modular RAG System

šŸ“‹ Prerequisites

Before running the backend, make sure you have installed:


šŸ› ļø Installation

1. Clone the repository

git clone https://github.com/venkatanaveen2078909-rgb/MCP-server.git
cd MCP-server
# On Windows
python -m venv venv
venv\Scripts\activate

3. Install Dependencies

pip install -r requirements.txt

4. Create Environment Variables

Create a .env file inside the root directory:

GROQ_API_KEY=your_groq_api_key_here

5. Start the Application

uvicorn main:app --reload

The server will now be live at: šŸ‘‰ http://127.0.0.1:8000

ā³ Note: On first startup, it may take ~60 seconds to download HuggingFace embedding models (~80MB).


šŸ”Œ API Usage (Swagger UI)

Access the interactive API docs: šŸ‘‰ http://127.0.0.1:8000/docs

Available Endpoints

  • GET / → Server health check

  • POST /api/chat/chat → Send input to ReAct agent (Groq + RAG context)

  • POST /api/rag/query → Query FAISS vector database


🐳 Docker

Build and run the backend using Docker:

docker build -t ai-mcp-system .
docker run -p 8000:8000 ai-mcp-system

šŸ“Œ Notes

  • Ensure .env is correctly configured before running.

  • First-time setup requires internet for model downloads.

  • Easily extendable with additional LangGraph agents and MCP integrations.

F
license - not found
Not graded
quality - not tested
D
maintenance

Maintenance

–Maintainers
–Response time
–Release cycle
–Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    MCP server providing persistent memory, semantic search, versioned storage, webhook fanout, and unified LLM routing for AI agents via FastAPI runtime with multiple backend options.
    29
    Apache 2.0
  • F
    license
    Not graded
    quality
    B
    maintenance
    MCP server for a modular RAG system that enables natural language question answering over enterprise documents with intent-aware routing, adaptive retrieval, and citation-backed responses.
  • A
    license
    Not graded
    quality
    B
    maintenance
    A minimal RAG service that exposes a vector index for document retrieval via REST and MCP, allowing querying for relevant document chunks and returning a suggested LLM prompt.
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP Hub: AI service discovery, per-user OAuth, and multi-service workflow orchestration

  • Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.

  • MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.

View all MCP Connectors

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/venkatanaveen2078909-rgb/MCP-server'

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