mast-ollama

ronsilver/mast-ollama
★ 0 stars Python 🤖 AI/LLM Updated today
Multi-Agent Sequential Thinking with Ollama — Active validation layer for the MCP sequential-thinking server.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mast-ollama": {
      "command": "uvx",
      "args": [
        "mast-ollama"
      ]
    }
  }
}

Or install with pip: pip install mast-ollama

README Excerpt

**Multi-Agent Sequential Thinking with Ollama** — Active validation layer for the [MCP sequential-thinking](https://github.com/modelcontextprotocol/servers/tree/main/src/sequentialthinking) server. Drop-in Python replacement that challenges each reasoning step with local or cloud Ollama models before returning the result to the calling LLM.

Tools (20)

ACTOR_CRITIC_MAX_ROUNDSBRAINSTORM_MODELSBRAINSTORM_SYNTH_MODELCRITIC_MODELDEBONO_BLACK_MODELDEBONO_BLUE_CLOSE_MODELDEBONO_BLUE_OPEN_MODELDEBONO_GREEN_MODELDEBONO_RED_MODELDEBONO_SKIP_REDDEBONO_WHITE_MODELDEBONO_YELLOW_MODELDISABLE_THOUGHT_LOGGINGJUDGE_MODELKALMAN_ACCEPT_THRESHOLDKALMAN_P_THRESHOLDKALMAN_SCORER_MODELSMAST_CACHE_TTL_SMAST_COLOR_THOUGHTSMAST_FORMAT_MODE

Topics

agentsaillmmcpmodel-context-protocolmulti-agentollamapythonsequential-thinking