Get connection commands for a deployed gateway group endpoint, including HTTP endpoint, Bearer header, claude mcp add line, mcp-proxy stdio bridge, and JSON-RPC curl.
Begin the AlgoChains setup wizard to review risk disclosure, privacy notice, and compliance acknowledgment. Required before connecting any broker. Returns disclosure text and acknowledgment string.
An MCP server that lets Claude Code delegate coding tasks such as code generation, review, refactoring, and test writing to a local Ollama instance running a Qwen3 model.
Retrieve organization-defined LLM evaluation rubrics with criteria, scoring grids, and judge providers. Identify auto-scanner rubrics triggered after every job.
List all installed Ollama models on your local machine and check their memory load status to discover available model names for chat, generation, or model info queries.
Inspect detailed metadata of an installed Ollama model including architecture, license, and parameters before using it for chat or generation. Read-only and idempotent.
Check if the Ollama daemon is reachable and view currently running models. Use this as the first step to confirm service health before using other tools.
Delegate complex tasks to Claude for code generation, reasoning, and engineering. Include all context in the prompt, as Claude has no conversation memory.
Install Ollama directly on macOS without Homebrew or sudo, enabling local inference for massive context processing. Supports downloading, starting the service, and pulling models like gemma3:12b for headless setups.