ollama-fleet-mcp

ollama-fleet-mcp

Exposes a local Ollama fleet as MCP tools for Claude Code, enabling model listing, generation, fleet health checks, parallel comparisons, smart host routing, and model pulling across hosts.

Category
Visit Server

README

ollama-fleet-mcp

MCP server that exposes the local Ollama fleet (mac-studio, corsair, alien18) as tools for Claude Code.

Rewritten 2026-08-08 — the original was lost with the X10 Pro_A SSD; no backup or GitHub remote existed. This is a fresh implementation covering the same purpose (fleet-aware Ollama routing/inspection from inside Claude Code), not a recovery of the original code.

Tools

  • list_models(host=None) — installed models per host, or all hosts if omitted.
  • generate(host, model, prompt, timeout_sec=120) — send a prompt to a specific host+model, return the response.
  • fleet_health() — reachability, latency, and model count for every host.
  • compare_models(prompt, targets) — send the same prompt to multiple {host, model} pairs in parallel, return responses side by side.
  • smart_generate(model, prompt, timeout_sec=120) — routes to whichever host already has model loaded in memory (checks /api/ps), falling back to any host that has it installed. Avoids cold-load latency.
  • pull_model(host, model, timeout_sec=900) — pull/verify a model on a specific host.

Hosts

Configured in hosts.json (Tailscale IPs):

{
  "mac-studio": "http://100.68.94.14:11434",
  "corsair": "http://100.94.117.48:11434",
  "alien18": "http://100.87.2.47:11434"
}

mac mini is intentionally excluded — its local Ollama is loopback-only, used internally by ollaroute/ollafifo/ollasecret, not a fleet compute node.

Run

uv run python main.py

Register with Claude Code

claude mcp add ollama-fleet -s user -- uv run --directory ~/ollama-fleet-mcp python main.py

-s user registers it at user scope, so it's available in every project, not just when your cwd happens to match wherever it was registered from.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured