Back to Home
exquisique icon

Aether

by exquisique

Overview

An Ollama-powered AI agent client for local LLMs to interact with real-world tools via the Model Context Protocol (MCP) using a Streamlit interface.

Installation

Run Command
uv run streamlit run app.py

Security Notes

CRITICAL: The `generate_plot` function in `app.py` uses `exec()` to run arbitrary Python code provided by the LLM. While there's a weak attempt at sandboxing, this is a major security vulnerability that can be exploited to run malicious code. Additionally, the core Model Context Protocol (MCP) functionality allows users to configure and run arbitrary external commands (`command` and `args` in `mcp_config.json`), which is a design feature but inherently poses a high risk if the configuration is malicious or compromised.

Similar Servers

Stats

Interest Score0
Security Score3
Cost ClassLow
Avg Tokens2000
Stars0
Forks0
Last Update2025-12-03

Tags

OllamaLLMAI AgentToolsStreamlit