Skip to main content
Glama
84,340 servers. Updated

Matching MCP tools:

Matching MCP Connectors:

"How to create and edit edge functions on Supabase" matching MCP servers:

GET /v1/servers – MCP directory API reference
  • A
    license
    C
    quality
    D
    maintenance
    Architectural Gatekeeper for AI coding. Prevents "tunnel vision" bugs by forcing the AI to verify dependencies (via AST parsing) before editing files. Supports JavaScript & TypeScript. Blocks unsafe edits until the AI proves it understands the impact
    3
    Apache 2.0
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables automated migration of Vue projects to React with intelligent analysis, task management, and learning from user modifications.
    20
    5
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI coding agents to extract Figma design data and convert it into Flutter widgets and screens. Supports theme setup, component analysis, asset exports, and provides Flutter implementation guidance from Figma designs.
    58
    244
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Twelve tools combine per-function complexity and branch coverage to rank work and check edited functions against their ceiling. Packets include source, uncovered lines, change-coupled files and near-duplicates. MCP calls can write local caches and metadata; they do not run test suites, edit source or claim work.
    4
    12
    1
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Metatron is a self-hosted system that captures a codebase's real implementation decisions — preferred patterns, rejected approaches, edge cases, internal conventions — as structured priors, and serves them to coding agents over MCP
    3
    24
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Call graph MCP server for Rust, Python, TypeScript, TSX, and JavaScript. Every caller and callee carries a resolution field showing how the reference was matched to a definition, plus multi-hop impact analysis for refactoring. Local-only, single binary, no network egress. Benchmarked against grep, ripgrep, and ctags on a 120-item hand-verified golden set, including the cases where it loses.
    3
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    A field-level semantic change impact analysis MCP server for Claude Code, enabling natural language queries to find affected code when modifying fields, strings, or functions across multiple languages.
    6
    6
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Cross-repository code intelligence server that enables AST-based search for functions, classes, types, and API routes across local JavaScript/TypeScript and PHP repositories.
    5
    20
    AGPL 3.0
  • A
    license
    A
    quality
    B
    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.
    28
    8
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    A ruthless, read-only code review MCP server that analyzes code produced by AI coding assistants, catching missing requirements, security vulnerabilities, edge cases, and performance issues without ever modifying files.
    1
    17
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Provides the real exported API surface and type signatures of any npm package, extracted from its published TypeScript declarations, enabling AI coding agents to use functions accurately and avoid inventing nonexistent APIs.
    3
    12
    MIT