1. Conduid
  2. AI
  3. AI Assistant With MCP Servers And Tools Using Langchain
MCP server · AI

AI Assistant With MCP Servers And Tools Using Langchain

MCP server: AI Assistant With MCP Servers And Tools Using Langchain

Unclaimed last commit a year ago ai
37Low

Scored 4 months ago · breakdown

About AI Assistant With MCP Servers And Tools Using Langchain

AI Assistant With MCP Servers And Tools Using Langchain is an MCP server published by Prerna2411 in the AI category: mCP server: AI Assistant With MCP Servers And Tools Using Langchain. It has been installed 0 times through Conduid.

Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx ai-assistant-with-mcp-servers-and-tools-using-langchain

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about AI Assistant With MCP Servers And Tools Using Langchain

Powered by Claude · Grounded in docs

I know everything about AI Assistant With MCP Servers And Tools Using Langchain. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

🤖 AI Assistant with MCP + LangChain + Groq

This project demonstrates how to build a conversational AI assistant using MCP (Modular Chain Processor), LangChain, and Groq LLMs. It leverages memory-enabled agents and Groq-hosted LLMs to interactively respond to user queries in a smart and contextual way.


📌 Features

  • 🧠 Conversational memory (persistent session context)
  • ⚙️ Integration with Groq's ultra-fast LLMs (Qwen, Mixtral, etc.)
  • 🔄 Built using LangChain and MCP abstraction layers
  • 💬 Interactive command-line chat interface
  • ✅ Support for clearing history and exiting chat
  • 🔒 Secure API Key loading from .env

🛠️ Requirements

  • Python 3.9 or later
  • Groq API Key (sign up at Groq Cloud)
  • MCP installed from source
  • Optional: Create and activate a Python virtual environment

📦 Installation

1. Clone this repo:

git clone https://github.com/your-username/ai-assistant-mcp-groq.git cd ai-assistant-mcp-groq

####2. Create a virtual environment and activate it: python -m venv env source env/bin/activate # On Linux/macOS env\Scripts\activate # On Windows

🔑 Environment Setup Create a .env file in the root directory and add your Groq API key:

GROQ_API_KEY=your_groq_api_key_here

🧠 Configuration Make sure you have a browser_mcp.json configuration file in your project directory. This file defines the behavior and tools of the MCP client.

{ "tools": ["search", "calendar", "weather"], "settings": { "max_retries": 3, "timeout_seconds": 20 } } Customize as needed for your use case.

▶️ Run the Assistant

python app.py

You will enter an interactive chat session:

You: Hello MCP: Hi there! How can I assist you today?

You: clear Conversation history cleared.

You: exit Exiting the chat.

📁 Project Structure pgsql Copy Edit . ├── app.py # Main application file ├── mcp_use.py # MCPAgent and MCPClient wrapper ├── browser_mcp.json # Tool configuration ├── .env # Your API key (not tracked by Git) ├── requirements.txt # Python dependencies └── README.md # This file

🚀 Example Use Cases

Ask about weather, calendar, and search information

Use AI for summarization, suggestions, and planning

Build a smart chat experience in any terminal app

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About AI Assistant With MCP Servers And Tools Using Langchain

How do I install AI Assistant With MCP Servers And Tools Using Langchain?

Run npx ai-assistant-with-mcp-servers-and-tools-using-langchain, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is AI Assistant With MCP Servers And Tools Using Langchain safe to use with an AI agent?

Its trust score is 37 out of 100 (low). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is AI Assistant With MCP Servers And Tools Using Langchain still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.