Skip to main content
Glama
280,588 tools. Last updated 2026-07-10 02:32

"Connecting Claude and Ollama" matching MCP tools:

  • Switch the AI provider used for file renaming. Supports Claude, OpenAI, Gemini, Ollama, and Apple providers.
    MIT
  • 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.
    MIT
  • 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.
    MIT
  • Send a prompt to Claude via the local CLI, enabling cross-validation of AI outputs from other backends or use when the MCP client is not Claude.
    Apache 2.0
  • Resume a previous Claude Code CLI session by supplying a session ID and a follow-up prompt to continue the conversation from where it left off.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • Persistent project context for Claude. IANA-registered .faf format.

  • Rick and Morty MCP — wraps the Rick and Morty API (free, no auth)

  • Retrieve organization-defined LLM evaluation rubrics with criteria, scoring grids, and judge providers. Identify auto-scanner rubrics triggered after every job.
    MIT
  • Find the shortest relationship chain connecting two memories by ID. Returns the ordered path and all edges for narrative synthesis.
    MIT
  • Check embedding status to see model, install state, and counts of embedded, missing, and skipped chunks for local or remote Ollama-served models.
    MIT
  • Retrieve ready-to-use installation configurations for MCP servers, formatted for Claude Desktop or generic hosts.
    MIT
  • 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.
    MIT
  • Inspect detailed metadata of an installed Ollama model including architecture, license, and parameters before using it for chat or generation. Read-only and idempotent.
    MIT
  • 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.
    MIT
  • Delegate complex tasks to Claude for code generation, reasoning, and engineering. Include all context in the prompt, as Claude has no conversation memory.
    MIT
  • Ensure Ollama is running and the required model is installed before using semantic search or symbol explanation features.
    MIT
  • 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.
    MIT
  • Check if the Ollama server is reachable and retrieve its version. Use this health check as a precondition before other tools.
    MIT