Skip to main content
Glama
renezander030

Graphiti Local

Related Servers

Alternatives to Graphiti Local

No user-submitted related servers found.

    Related Servers

    • A
      license
      A
      quality
      A
      maintenance
      Local-first knowledge graph MCP server — hybrid BM25 + vector + graph retrieval over your personal vault with provenance-grade extraction. 8 tools for Claude Desktop including search, archaeology, and graph write.
      14
      3
      MIT
    • A
      license
      Not graded
      quality
      B
      maintenance
      Provides a local-first, source-cited memory layer for AI agents, with MCP tools to search, read, explain sources, and propose/apply memory updates.
      23
      6
      Apache 2.0
    • A
      license
      Not graded
      quality
      F
      maintenance
      Local-first personal cognitive engine that provides MCP tools for managing relationships, conversations, agenda, and memory, powered by Ollama.
      Apache 2.0
    • A
      license
      B
      quality
      A
      maintenance
      Local-first agentic knowledge layer over Obsidian notes, enabling MCP-aware agents to search, retrieve, and compile knowledge with provenance and task contracts.
      37
      27
      MIT
    • F
      license
      Not graded
      quality
      A
      maintenance
      A self-hosted, temporal knowledge-graph memory for AI coding agents — shared across projects, queryable across time, written and read via MCP by any Claude Code session.
      -
    • A
      license
      C
      quality
      B
      maintenance
      A local-first personal information manager for knowledge, pins, tasks, and mounted sources, with MCP tools for agent-friendly access.
      63
      MIT

    TDQS

    B3.1/5.0

    Scored across 6 tools

    Disambiguation4/5

    Each tool targets a distinct resource-action: searching entities (search_nodes), listing episodes (get_episodes), searching facts (search_memory_facts), fetching a single edge (get_entity_edge), tracing provenance (get_episode_entities), and health (get_status). Mild overlap exists between search_memory_facts and get_entity_edge (both about fact edges) and between search_nodes and get_episode_entities (both surface entities), but descriptions differentiate them adequately.

    Naming Consistency4/5

    All names follow a clean snake_case verb_noun pattern (search_*, get_*). Minor inconsistency: only search_memory_facts carries the 'memory' qualifier while its sibling search_nodes targets entities, and the get_* prefix is overloaded across heterogeneous resources.

    Tool Count4/5

    Six tools is a reasonable, well-scoped set for a graph-memory server, with each tool covering a distinct retrieval need. It leans slightly thin—no ingestion or mutation tools—but the read surface is coherent.

    Completeness3/5

    The surface is entirely read-only: no operations to add episodes/entities/facts, update them, or delete them, which would normally be part of a knowledge-graph lifecycle. As a local read consumer of an externally built graph this may be intentional, but the missing write/traversal operations are a notable gap.

    Maintenance

    ActivityMaintained
    ResponsivenessUnresponsive