Skip to main content
Glama
61,057 servers. Last updated

Matching MCP tools:

Matching MCP Connectors:

"Ruby on Rails" matching MCP servers:

  • A
    license
    A
    quality
    A
    maintenance
    An autonomous, extensible LLM build orchestrator. Give it a repo and a goal; it decomposes the goal into tasks, edits code, and gates every change on build/tests/lint, reverting regressions. Polygot, cost-aware model selection, pluggable via entry points. Ships as an MCP server so any client can drive it in plain English.
    Last updated
    10
    5
    AGPL 3.0
  • A
    license
    A
    quality
    A
    maintenance
    Enables Claude Code to use GLM (Zhipu) as a cheap, full-capability subagent for file editing, code generation, and bash commands, with automatic routing between Opus and GLM based on task complexity.
    Last updated
    4
    4
    2
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    A robust, language-agnostic Model Context Protocol (MCP) server that provides AI coding agents with the ability to edit files surgically via Abstract Syntax Trees (AST) instead of relying on token-heavy, brittle search-and-replace or diff operations.
    Last updated
    28
    7
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    AST-targeted code editing MCP server with 28 surgical tools for structural edits across 11 languages. Built on tree-sitter, replaces brittle search/replace with byte-correct edits keyed by symbol names.
    Last updated
    28
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Provides per-Subagent MCP controls to any coding agent or client across all your MCPs and prevents context window waste. Loads only 3 tools instead of all your MCP Server's tool definitions. Agents discover tools on-demand, only when needed and only the servers and tools they are allowed.
    Last updated
    4
    41
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Shared, code-grounded memory for developers and their coding agents. Capture a learning once and the whole team plus every agent recalls it; memory is grounded in your code and stored as git-tracked JSON reviewed in PRs, with citations validated on write and stale memory withheld from recall. Works with any MCP client.
    Last updated
    11
    29
    GPL 3.0
  • A
    license
    A
    quality
    D
    maintenance
    Connects AI coding agents to the SkillsMP marketplace, allowing users to search, read, and install over 8,000 community-made skills. It enables agents to gain new capabilities either through on-the-spot instruction or permanent installation without requiring an API key.
    Last updated
    5
    43
    8
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Official implementation of Anthropic's 'think' tool that provides Claude with a dedicated space for structured reasoning, improving performance by up to 54% on complex tasks requiring multi-step problem solving.
    Last updated
    1
    38
    126
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables Claude or any MCP client to drive the GitHub Copilot cloud agent via its REST API, allowing it to research, edit, and open pull requests on repositories without manual intervention.
    Last updated
    11
    MIT
  • F
    license
    A
    quality
    A
    maintenance
    Persistent daemon that compresses codebases via AST body folding before indexing them for AI coding assistants like Claude Code and Cursor 57-89% token reduction with sub-millisecond queries, verified on Django, Spring, and Next.js.
    Last updated
    1
    12
    2
  • F
    license
    A
    quality
    D
    maintenance
    An MCP server that allows coding agents to look up contextual rules and patterns on demand, providing just-in-time guidance for specific tasks like writing tests or authoring UI.
    Last updated
    2
    8
  • A
    license
    A
    quality
    A
    maintenance
    Enhanced fork of Google's Colab MCP, pre-registers all 7 notebook tools at startup (get_cells, add/run/update/delete/move_cell, add_text_cell), adds programmatic GPU control (T4/L4/A100) via OAuth, and fixes the "Disconnected from local server" issue with IPv4-only bind, PNA CORS headers, and stale-tab dedup. Works on Chrome, Edge, Windows, macOS, Linux.
    Last updated
    9
    8
    Apache 2.0
  • A
    license
    A
    quality
    A
    maintenance
    Delegates heavy development tasks from a supervisor to an autonomous worker on a cheaper model via MCP, with isolated git worktrees and provider-agnostic support.
    Last updated
    3
    MIT