Skip to main content
Glama
Obrais-cloud

ollama-fleet-mcp

by Obrais-cloud

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_modelsA

List installed Ollama models per fleet host.

Args:
    host: optional host name (e.g. "corsair"). If omitted, lists all fleet hosts.
generateA

Send a prompt to a specific model on a specific fleet host and return its response.

Args:
    host: fleet host name (e.g. "mac-studio", "corsair", "alien18").
    model: model name as reported by list_models (e.g. "qwen3:32b").
    prompt: the prompt text to send.
    timeout_sec: max seconds to wait for a response (default 120).
fleet_healthA

Check reachability and model count for every host in the fleet.

compare_modelsA

Send the same prompt to multiple host/model pairs in parallel and return responses side by side.

Args:
    prompt: the prompt text to send to every target.
    targets: list of {"host": ..., "model": ...} dicts, e.g.
        [{"host": "corsair", "model": "qwen3:32b"}, {"host": "mac-studio", "model": "qwen3.6:27b-coding-mxfp8"}]
smart_generateA

Generate a response for model, routed to whichever fleet host already has it loaded in memory (skips cold-load latency). Falls back to any host that has it installed but not loaded, and errors if no host has the model at all.

Args:
    model: model name (e.g. "qwen3:32b").
    prompt: the prompt text to send.
    timeout_sec: max seconds to wait for the generate call (default 120).
pull_modelA

Pull (download/verify) a model onto a specific fleet host.

Args:
    host: fleet host name.
    model: model name to pull (e.g. "qwen3:32b").
    timeout_sec: max seconds to wait — large models can take a while (default 900).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Obrais-cloud/ollama-fleet-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server