AI Assistant MCP
@aldindugolli
About AI Assistant MCP
Jarvis like AI, with web surfing capabilities and MCP server
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"Arrodes-2.0": {
"command": "python",
"args": [
"-m",
"venv",
"venv"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is AI Assistant MCP?
AI Assistant MCP is a powerful AI assistant with system monitoring and control capabilities, built with FastAPI and Ollama. It provides an interactive chat interface alongside real-time system metrics, file operations, and process management, all accessible via a modern web interface and RESTful API.
How to use AI Assistant MCP?
Set up by cloning the repository, creating a Python virtual environment, installing dependencies, and adding a SECRET_KEY to your .env file. Start the Ollama service with ollama serve, then run python run.py. Access the web interface at http://localhost:8000 to chat with the AI, monitor system resources, manage files and processes, and view alerts. Interact programmatically through the documented API endpoints.
Key features of AI Assistant MCP
- Interactive AI chat with context-aware conversations and history management.
- Real-time system monitoring dashboard (CPU, memory, disk, network).
- Process tracking, management, and resource usage alerts.
- File system operations (list, read, write) and process control.
- Secure API key authentication for all endpoints.
- Modern, responsive web UI with real-time updates.
Use cases of AI Assistant MCP
- Query system resource usage (CPU, memory, disk, network) via natural language.
- Manage files and processes remotely through chat commands or API calls.
- Automate system health checks and receive alerts on resource thresholds.
- Build custom tools that combine AI assistance with direct system control.
FAQ from AI Assistant MCP
How is authentication handled?
All API endpoints require API key authentication. Configure the key in your .env file under SECRET_KEY.
What are the system requirements?
You need Python, Ollama (to run the AI model), and the dependencies listed in requirements.txt. Ollama must be running locally before starting the application.
How do I start the AI Assistant MCP server?
Clone the repo, install dependencies, set environment variables, start Ollama with ollama serve, and then run python run.py. The web interface is available at http://localhost:8000.
What API endpoints are available?
Chat: POST /chat. Monitoring: GET /monitoring, /monitoring/metrics, /monitoring/history, /monitoring/alerts. System control: endpoints for listing/reading/writing files and listing/getting/terminating processes.
Can I monitor system resources in real time?
Yes. The monitoring dashboard provides real-time metrics (CPU, memory, disk, network) with interactive charts and visualizations, plus resource usage alerts.
More AI & Agents MCP servers
Shell and Coding agent for Claude and other mcp clients
rusiaamanShell and coding agent on mcp clients
Model Context Protocol for Unreal Engine
chongdashuEnable AI assistant clients like Cursor, Windsurf and Claude Desktop to control Unreal Engine through natural language using the Model Context Protocol (MCP).
Perplexity MCP Server
DaInfernalCoderA Model Context Protocol (MCP) server for research and documentation assistance using Perplexity AI. Won 1st @ Cline Hackathon
π GPT Researcher
assafelovicAn autonomous agent that conducts deep research on any data using any LLM providers
1Panel
1Panel-devπ₯ 1Panel is a modern, open-source VPS control panel β and the only one with native AI agent support. Run Ollama models, deploy OpenClaw agents, and manage your entire server stack from one clean web interface.
Comments