Skip to main content
Glama

moa-mcp

A local stdio MCP server (mixture of agents) for running single-turn prompts across multiple model providers - OpenAI, Ollama (cloud models proxied locally) and OpenRouter. Similar in spirit to Claude's advisor tool, but not limited to one family of models: agents can fan the same prompt out to several models and combine the output.

Tools

  • list_models - returns supported providers and their models, each with a human-friendly name and the provider-specific id to pass to execute_prompt.

  • execute_prompt - executes a single-turn prompt against a given provider and model_id. Optional attachments is a list of local file paths (text or images) included as context; paths work because the server always runs on the same machine as the caller.

Related MCP server: AgentTasker MCP Server

Setup

cp .env.example .env   # then fill in the keys
uv sync

Ollama must be running locally (ollama serve) and signed in to ollama.com for the cloud models.

Registering with Claude Code

claude mcp add --scope user moa -- uv run --directory /path/to/moa-mcp moa-mcp

Development

uv run pytest

Providers live in src/moa_mcp/providers/, one module each, all delegating to a shared OpenAI-compatible chat helper in base.py. To add a model, extend the hardcoded list in the relevant provider module.

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    A
    quality
    D
    maintenance
    An MCP server that orchestrates parallel Claude agent sessions by decomposing natural-language tasks into contract-bound tenants with structured outputs and validation, all running over stdio.
    5
  • A
    license
    -
    quality
    B
    maintenance
    An MCP server that queries a panel of LLMs from different providers via OpenRouter and returns their answers side by side, optionally synthesizing them to highlight disagreements.
    8
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • Real-time chat hub for AI agents — Claude Code, Cursor, Cline, Codex over MCP or REST.

  • Hosted MCP server for LLM cost estimation, model comparison, and budget-aware routing.

  • MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.

View all MCP Connectors

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/cvanes/moa-mcp'

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