Skip to main content
Glama
522,080 tools. Updated 2026-09-06 12:44

"KLM" matching MCP tools:

  • Check council seat statuses without fetching answers, using long-polling to wait for completion and get progress updates.
    AGPL 3.0
  • Checks connectivity to Aras Innovator and returns database, user, and ItemType count. Run this diagnostic first when connection problems occur.
    MIT
  • Create or overwrite a Markdown wiki page at a specified path. Missing folders are created automatically, YAML frontmatter is completed, and overwrite=true is required to replace existing files.
    MIT
    Destructive
  • Run tasks on Google's Gemini models via local CLI, using your Google One AI Pro subscription. Use as a fallback when Claude limits are tight or for tasks benefiting from Gemini.
    MIT

Matching MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    MCP server that exposes GLM-4.6V-Flash (free vision model) image analysis to any MCP client, supporting single/multi-image analysis, OCR, and multi-image comparison via an analyze_image tool that accepts local paths, HTTP(S) URLs, or base64 data URIs, with rate-limit resilience and multi-key failover.
    2
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Optimizes token costs by intelligently delegating low-complexity tasks to local LLMs via LiteLLM, enabling cost-effective development workflows.
    3
    1
    MIT

Matching MCP Connectors

  • Auto-route AI prompts with persistent server-side savings tracking, ensuring accurate cumulative value even on hosts lacking client-side hooks.
    MIT
  • Monitor real-time budget pressure for all configured AI providers. See which are fully available or exhausted to plan cost-efficient routing.
    MIT
  • Evaluate and benchmark local and remote models on reasoning and code tasks to measure quality, speed, and accuracy for optimal routing.
    MIT
  • Route AI tasks to the local Codex desktop agent via Codex CLI for non-interactive execution using your OpenAI subscription. Choose it when Claude limits are tight or tasks fit OpenAI's models.
    MIT
  • Generate bulk edit instructions across multiple files for cross-file refactors, bulk renames, and updating repeated patterns in one pass.
    MIT
  • Analyze any chess position with Stockfish, returning top engine lines, scores, and win/draw/loss probabilities. Get deep insights without altering the game.
    AGPL 3.0
  • Convene a blind multi-model council on a hard problem. Provide a brief to launch concurrent independent model agents, receive a council ID, then poll for answers and reveal identities later.
    AGPL 3.0
  • Find relevant wiki pages using hybrid BM25 and semantic vector search, returning the best match per page with path, heading path, and excerpt.
    MIT
  • Assess a prompt's complexity to get a model recommendation that weighs budget, quality, and minimum model tier, and includes a budget usage bar.
    MIT
  • Launch a local web dashboard to view LLM routing stats, cost trends, and recent decisions. It serves on localhost:7337, refreshing every 30 seconds with no extra setup.
    MIT
  • Generate glob/grep commands from natural-language descriptions to find matching files, including complex criteria like imports or recent TODOs.
    MIT
  • Analyze images for descriptions, OCR, table/chart extraction, UI understanding, and multi-image comparison using local paths, URLs, or base64 data.
    MIT
  • Start a new chess game and obtain its unique game ID. Optionally provide a FEN to begin from a custom position.
    AGPL 3.0
  • Execute a chess move (SAN or UCI) to update the game state, returning the new position. Provide the expected revision to avoid stale moves.
    AGPL 3.0
    Destructive