Skip to main content
Glama
92,636 servers. Updated

Matching MCP tools:

Matching MCP Connectors:

"How to edit a file" matching MCP servers:

GET /v1/servers – MCP directory API reference
  • A
    license
    A
    quality
    B
    maintenance
    Enables persistent, auditable business operations state by storing knowledge, evidence, decisions, tasks, execution receipts, and review results in a local SQLite database, so different sessions can continue the same project.
    20
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    A read-only MCP server that provides document awareness for agents by parsing local files into structured profiles, blocks, chunks, and search results, enabling agents to understand and cite document content without dealing with raw file formats.
    5
    30 npm
    3
    Apache 2.0
  • A
    license
    A
    quality
    D
    maintenance
    Provides versioned, structured memory for AI agents, allowing them to store facts, detect conflicts, and track knowledge history via a hosted SaaS platform. It enables efficient hierarchical information retrieval and semantic search while keeping token usage constant as memory scales.
    7
    10 npm
    8
    Apache 2.0
  • A
    license
    A
    quality
    A
    maintenance
    Procedural memory for coding agents: not facts about the user, but how a task was solved — trigger, steps, outcome, lessons. Hooks recall it automatically; skills strengthen only on outside evidence and unused ones decay. Each memory carries its provenance and only the owner approves one as a rule. Local SQLite + FTS5, no API key, no cloud. One database for Claude Code, Codex and Cursor.
    2
    9
    677 PyPI
    5
    Apache 2.0
  • A
    license
    A
    quality
    A
    maintenance
    coldstart gives coding agents durable memory of a specific codebase, with no embeddings, no vector store, and no API key. Agents write notes after real tasks — what a file is for, how a flow spans files, which invariants hold — and those notes are surfaced automatically to a later session whose task matches, so nothing gets rediscovered from scratch. Every note is anchored to real files by content
    8
    613 npm
    10
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Read-only MCP access to the p-e relay store: an append-only corpus of provenance-bearing coordination records, with tools to fetch a record by id, list records and replies, and check existence. This image serves a snapshot frozen at build time; append_relay is listed but refused, and deposits to the live store require an HMAC-signed request.
    12
    6
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Reduces token consumption by over 80% through intelligent file caching, returning only diffs for modified files and suppressing unchanged content. It features a suite of 12 tools for semantic search, batch reading, and efficient file editing to optimize LLM interactions with large codebases.
    14
    2
    MIT
  • A
    license
    A
    quality
    F
    maintenance
    Self-improving, verifiable memory for AI coding agents. Learns how you work, stops repeating mistakes, models each project, recalls the right lesson at the right moment. Every memory is signed and tamper-evident. Local-first.
    8
    2
    Apache 2.0
  • F
    license
    A
    quality
    A
    maintenance
    Semantic memory for AI builders: capture the tacit engineering know-how that never reaches your docs, recall it the moment it applies. Built in Rust on Postgres and pgvector.
    10
    10
    -
  • A
    license
    A
    quality
    C
    maintenance
    Local-first external brain for Claude Code, Codex, and any MCP client. Stores decisions, entities, and session artifacts in one SQLite file and exposes MCP tools for recall, page, promote, review, graph-query, and source-status.
    11
    3 npm
    5
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Multi-user, file-backed MCP memory server enabling isolated namespaces and persistent memory across sessions and AI clients.
    9
    3 npm
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    An MCP server that provides AI agents with a persistent, PostgreSQL-backed virtual filesystem, supporting session-isolated file operations, cross-session shared stores, and glob/grep search.
    11
    29 npm
    3
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    A personal notes MCP server that allows AI assistants to create, search, edit, and manage notes stored in a local SQLite database.
    6
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Marker-indexed SQL cache MCP server that indexes in-file @scry.\* markers into a SQLite database, enabling agents to query structured project knowledge via read-only SQL without LLM reasoning.
    9
    188 PyPI
    12
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Seven-layer agent memory over MCP: zenbrain_store routes a general statement into a semantic fact, a narrated event into an episode, a sequence of instructions into a procedure, and zenbrain_recall tags every result with the layer it came from. zenbrain_consolidate runs one sleep-like maintenance pass; storage is a local SQLite file, with no account and no network call.
    4
    24
    Apache 2.0