moa-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@moa-mcpRun 'Why is the sky blue?' on all available models"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mom-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-friendlynameand the provider-specificidto pass toexecute_prompt.execute_prompt- executes a single-turn prompt against a givenproviderandmodel_id. Optionalattachmentsis 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 syncOllama 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 mom -- uv run --directory /path/to/mom-mcp mom-mcpDevelopment
uv run pytestProviders live in src/mom_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.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- FlicenseAqualityDmaintenanceAn 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
- AlicenseBqualityDmaintenanceA lightweight stdio-only MCP server that allows AI agents to run multiple tasks (e.g., Python code, HTTP requests, shell commands) in parallel or with dependencies, returning structured results in a single call.2MIT
- Alicense-qualityBmaintenanceAn 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.81MIT
- Flicense-qualityDmaintenanceMulti-cloud MCP server that exposes cloud AI models as tools for AI CLI agents, supporting streaming, conversation history, parallel multi-model queries, and dynamic model discovery.2
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/mom-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server