Skip to main content
Glama
90,677 servers. Updated

Matching MCP tools:

Matching MCP Connectors:

"A tool for summarizing local documents" matching MCP servers:

GET /v1/servers – MCP directory API reference
  • A
    license
    Not graded
    quality
    D
    maintenance
    MCP server that routes natural language requests to structured tool calls using a LoRA-tuned small language model, with built-in validation, retry, and fallback recovery.
    MIT
  • F
    license
    Not graded
    quality
    Not graded
    maintenance
    A framework for building hot-loadable MCP tools that feature conversational negotiation, graduated permissions, and zero-downtime updates. It enables persistent state continuity across server restarts and provides a hypothetical evaluation system for tool actions.
    -
  • A
    license
    A
    quality
    B
    maintenance
    A thin MCP server that delegates lightweight tasks from Claude Code or any MCP-compatible client to local or cloud LLMs via LiteLLM, supporting models like Ollama and cloud APIs as subagents.
    1
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Graph-based tool retrieval for LLM agents. Builds a tool graph from OpenAPI/MCP specs and retrieves multi-step workflows via hybrid search (BM25 + graph traversal + embedding), recovering accuracy from 12% to 82% with 79% fewer tokens. Also works as an MCP Proxy to aggregate multiple servers behind 3 meta-tools.
    6
    91 PyPI
    17
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables a cloud orchestrator to query a local Ollama model over Tailscale or a LAN as a side-channel for drafts, summaries, and other helper output, with tools to list available models and to redact text. Answers leaving the server are passed through output-only DLP that masks card numbers, IBANs, emails, phone numbers, API keys, and similar secrets before they reach the cloud.
    3
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    A single MCP server that provides dynamic access to thousands of APIs through discovery and proxy, eliminating the need to install and configure multiple separate MCP servers.
    4
    4 npm
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables centralized proxy and orchestration of MCP servers, providing unified tool discovery, authentication, and secure request routing. It adds a human-in-the-loop approval gate for high-risk actions and audit logging.
    Apache 2.0
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables ZCode to control a real Chrome browser, including tabs, navigation, page content, clicks, form filling, keyboard input, scrolling, screenshots, and JavaScript evaluation through a local MCP bridge.
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables AI clients to access many MCP servers through localhost HTTP endpoints, running each server once in a single Node process to avoid duplicated stdio spawns.
    2
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    A persistent local MCP relay that caches tool discovery, keeps upstream servers warm, and allows agents to hot-add or refresh MCP servers through management tools.
    18 npm
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Routes external MCP tools behind a small on-demand discovery interface for Codex agents, using Jev to select relevant tools and providing fallback to the full inventory when confidence is low.
    4
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI agents to securely discover, invoke, and manage tools through a hardened MCP endpoint with protections like injection detection, circuit breakers, retry backoff, response caching, context-window limiting, and state snapshots.
    5 npm
    MIT