mcp-ai-agent
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-ai-agentCheck the current CPU, memory, and uptime on this system."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
⚡ Minimal MCP AI Agent with Embedded Testing UI
A clean, single-file implementation of a Model Context Protocol (MCP) AI Agent powered by Groq (openai/gpt-oss-120b), LangChain, and FastAPI, featuring an embedded dark-mode testing UI[cite: 13].
✨ Features
Built-in MCP Tools:
analyze_text: Analyzes text word/character count and sentiment indicators[cite: 13].get_system_info: Tracks real-time system metrics (CPU usage, memory consumption, and uptime usingpsutil)[cite: 13].
LangChain Tool Calling: The agent autonomously decides when and how to execute tools based on user queries[cite: 13].
Embedded Web UI: A modern sidebar interface to test queries, view tool execution logs, and monitor live status[cite: 13].
Related MCP server: System Monitor MCP Server
🛠️ Tech Stack
Backend: FastAPI, Uvicorn, Python[cite: 13]
AI / LLM: LangChain, Groq API (
openai/gpt-oss-120b)[cite: 13]System Monitoring:
psutil[cite: 13]Frontend: Embedded HTML/CSS (Dark theme UI)[cite: 13]
🚀 Quick Start
Clone the repository:
git clone [https://github.com/rawanosama14/mcp-groq-ai-agent.git](https://github.com/rawanosama14/mcp-groq-ai-agent.git) cd mcp-groq-ai-agent
2. **Install dependencies:**
```bash
pip install fastapi uvicorn langchain-groq langchain-core psutil pydantic
Run the server:
python server.py
Open the UI: Navigate to http://127.0.0.1:8000 in your browser to interact with the agent.
Powered by Groq & FastAPI 🚀
This server cannot be deployed
Maintenance
Related MCP Connectors
LLM Observability & Orchestration Agent (LangChain Community)
LLM Observability & Orchestration Agent (Langchain)
Persistent memory and knowledge management for AI agents with semantic search and 50+ tools.
Give your agent live data from Twitter, Reddit, the web and GitHub. No API keys, no scraping stack.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables real-time monitoring of system resources including CPU, GPU (NVIDIA, Apple Silicon, AMD/Intel), memory, disk, network, and processes across Windows, macOS, and Linux platforms through natural language queries.3MIT
- FlicenseNot gradedqualityDmaintenanceGives AI agents real-time access to system metrics, process management, and container orchestration.-
- AlicenseNot gradedqualityFmaintenanceMulti-machine system monitor with a built-in MCP server that enables AI agents to query health metrics, manage processes, schedule cron jobs, and run diagnostics across local and remote machines.133 npmApache 2.0
- AlicenseAqualityAmaintenanceProvides AI agents with real-time ground truth about what's actually running on the machine, including live agent sessions, listening TCP ports, loaded daemons, and system stats. It reads directly from the OS via fixed commands, ensuring agents never rely on stale docs or transcripts.547 npmMIT