Skip to main content
Glama
71,979 servers. Updated

Matching MCP tools:

Matching MCP Connectors:

"Edge Impulse" matching MCP servers:

  • 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
    23
    MIT
  • F
    license
    -
    quality
    C
    maintenance
    An experimental MCP server that compresses git commit co-change coupling graphs using the Baligács temporal clique linear spanner algorithm, reducing edge and token counts by ~55-65% while preserving temporal reachability, and exposes tools like index_repository, get_architecture, search_code, and temporal_compress for querying code knowledge graphs.
  • A
    license
    A
    quality
    A
    maintenance
    memex is a developer context-continuity MCP server — it watches your git repos and builds a temporal knowledge graph (modules, symbols, decisions, open problems) via Graphiti + Neo4j, then serves it to any AI coding agent over MCP. Every edge carries a validity window and a confidence score that decays over time. 12 tools across read and write. Install via npx -y stifler-memex-mcp. MIT licensed.
    13
    12
    MIT