mcp-ai-agent
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
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.
AI agent observability for production traces, natural-language insights, and improvement loops.
Open-source agent that observes and fixes your application. Query logs, traces, metrics, incidents.
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.133Apache 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.560MIT
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/rawanosama14/mcp-ai-agent'
If you have feedback or need assistance with the MCP directory API, please join our Discord server