Skip to content

This repository demonstrates augmenting LLMs with external knowledge through multiple MCP servers using mcp-use

Notifications You must be signed in to change notification settings

ramesh-dev-code/mcp-use-multi-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Augmenting LLM capabilities using mcp-use

This repository demonstrates augmenting LLMs with external knowledge through multiple MCP servers using mcp-use

Software Stack

OS: Windows 11
Python: 3.12
IDE: Cursor
LangChain-Groq
LangChain-OpenAI
mcp-use

Installation

uv init <project_name>
uv venv --python 3.12
.venv\Scripts\activate
uv add langchain-groq
uv add langchain-openai
uv add mcp-use

Verifying MCP Tools in Cursor

image
image

Verifying Agents Response in Cursor

image

Running Application

set GROQ_API_KEY=<GROQ_API_KEY>
uv run app.py

About

This repository demonstrates augmenting LLMs with external knowledge through multiple MCP servers using mcp-use

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages