AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Mcp Local Analyst

mcp-fabiothiroki-mcp-local-analyst Β· by fabiothiroki

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

β€” No reviews yet
0 installs
19 views
0.0% view→install

Install

$ agentstack add mcp-fabiothiroki-mcp-local-analyst

βœ“ scanned Β· βœ“ verified, works with Claude Code, Cursor, and more.

Security review

βœ“ Passed

No 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.

View the full security report β†’

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-fabiothiroki-mcp-local-analyst)

Reliability & compatibility

βœ“ Security review passed
0 installs to date
β€” no reviews yet
β—‹ 7mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 β†’
Are you the author of Mcp Local Analyst? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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:

  1. Docker & Docker Compose - Required for running the application in containers
  • Install Docker Desktop from docker.com
  • Includes Docker Compose by default
  1. 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

  1. Clone the repository
  1. Ensure Ollama is running:

``bash ollama serve `` (Keep this running in a separate terminal)

  1. Start the application with Docker Compose:

``bash docker-compose up --build ``

  1. Open your browser and navigate to:

`` http://localhost:8501 ``

Configuration

  • Modify the database by editing src/seed_data.py if 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.