Command Palette

Search for a command to run...

UnylyUnyly
Browse all

VistAAI

FreeNot checked

A self hosted Ollama AI with integrated VistA model context.

GitHubEmbed

About

A self hosted Ollama AI with integrated VistA model context.

README

MseeP.ai Security Assessment Badge

VistA Self Hosted AI

An MCP server that integrates with a self hosted Ollama container and returns information related to VistA patients.

Pre-requisites

  1. Docker
  2. docker-compose

To run:

 git clone https://github.com/RamSailopal/VistAAI.git
 cd VistAAI
 docker-compose up -d

This will run a number of containers:

  1. An ollama container
  2. A "side car" container that will pull the llama3.2 model into ollama
  3. A VistA container along with fmQL (Fileman query language)
  4. An mcp-server

You will need to wait for the containers to fully initialise before things can proceed and so monitor them with:

 docker-compose logs -f 

Once all the containers have initialised and there is no further output on the screen, press Ctrl+C. You can now access the AI mcp-server console via:

 ./mcp-server.sh

You now begin to ask questions about VistA.

Programmed VistA context

Drugs

VistA Drug list

VistA Drug Details

General Drug Information

Patients

VistA Patient list

VistA Patient Details

The AI model is intellegent enough to know that the details returned have confidentials/sensitive information and refuses.

Ollama WebUI

In additional an Ollama web UI container runs. This container references the Ollama llama 3.2 model without an mcp server and no interaction with Vista. The web UI can be accessed via the web address:

http://localhost:8001

NOTE - This is a self hosted AI and the speed of the responses will be dependant on the hardware on which the AI model is running.

Functionality

The Python code mcp/vista.py provides the context about VistA to the AI model. When writing the code, Python function docstrings/comments are important with regards to helping the AI model understand the context.

Further Information:

Ollama docker container

mcp-host

VistA

fmQL

from github.com/RamSailopal/VistAAI

Installing VistAAI

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/RamSailopal/VistAAI

FAQ

Is VistAAI MCP free?

Yes, VistAAI MCP is free — one-click install via Unyly at no cost.

Does VistAAI need an API key?

No, VistAAI runs without API keys or environment variables.

Is VistAAI hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install VistAAI in Claude Desktop, Claude Code or Cursor?

Open VistAAI on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare VistAAI with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs