Install
$ agentstack add mcp-fabiothiroki-mcp-local-analyst β scanned Β· β verified, works with Claude Code, Cursor, and more.
Security review
β PassedNo issues found. Passed automated security review. Β· v0.1.0 How review works β
- β Prompt-injection patterns
- β Secret / credential exfiltration
- β Dangerous shell & filesystem operations
- β Untrusted network calls
- β Known-malicious package signatures
What it can access
- β Network access No
- β Filesystem access No
- β Shell / process execution No
- β Environment & secrets No
- β Dynamic code execution No
From automated source analysis of v0.1.0. βUsedβ means the capability is present in the source β more access means more to trust, not that itβs unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work βAbout
MCP Local Analyst
Talk to your data locally π¬π. A private AI Data Analyst built with the Model Context Protocol (MCP), Ollama, and SQLite. Turn natural language into SQL queries without data leaving your machine. Includes a Dockerized Streamlit UI
π Read the full article on Medium
Getting Started
Prerequisites
Before running the application, make sure you have the following installed:
- Docker & Docker Compose - Required for running the application in containers
- Install Docker Desktop from docker.com
- Includes Docker Compose by default
- Ollama - For running local LLM models
- Download from ollama.ai
- After installation, pull a model:
ollama pull mistral(or your preferred model) - Ollama will run as a service on
http://localhost:11434
Installation & Running Locally
- Clone the repository
- Ensure Ollama is running:
``bash ollama serve `` (Keep this running in a separate terminal)
- Start the application with Docker Compose:
``bash docker-compose up --build ``
- Open your browser and navigate to:
`` http://localhost:8501 ``
Configuration
- Modify the database by editing
src/seed_data.pyif needed - Configure model selection and parameters in the application UI
- Data is stored in the
data/directory
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source β we do not rehost the code.
- Author: fabiothiroki
- Source: fabiothiroki/mcp-local-analyst
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.