Skip to main content
Glama
ceaksan

dnomia-knowledge

by ceaksan

Related Servers

Alternatives to dnomia-knowledge

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      C
      maintenance
      Provides Claude Code with local semantic search and indexing of your codebase using AST-aware chunking and hybrid search, enabling deep code understanding without sending data to the cloud.
      MIT
    • F
      license
      Not graded
      quality
      B
      maintenance
      Provides hybrid semantic and keyword code search for Claude Code using BM25 and vector retrieval. It enables indexing and searching local codebases with language-aware chunking and local embeddings.
      -
    • A
      license
      Not graded
      quality
      A
      maintenance
      Enables persistent, searchable memory for Claude Code by storing session knowledge in a local PostgreSQL + pgvector database, with hybrid vector and full-text search, automatic session mining, and knowledge graph curation.
      MIT
    • A
      license
      Not graded
      quality
      C
      maintenance
      A local, persistent, semantically-aware knowledge graph for AI coding agents like Claude Code, providing efficient session memory with minimal token cost and zero runtime network calls.
      MIT
    • A
      license
      Not graded
      quality
      B
      maintenance
      Provides Claude with persistent, semantic knowledge of a codebase across sessions by maintaining a local knowledge base of structural maps, compressed file summaries, and insights.
      7 npm
      1
      MIT

    TDQS

    A3.7/5.0

    Scored across 7 tools

    Disambiguation5/5

    Each tool targets a clearly distinct function: project listing, search, local indexing, graph traversal, file reading, URL ingestion, and lifecycle management. There is no meaningful overlap in purpose even though some tools touch related data.

    Naming Consistency2/5

    Tool names mix conventions: index_project and read_file are verb_noun, project_info and graph_query are noun_verb, search is a bare verb, and lifecycle is a noun only. While all names are readable and snake_case, there is no predictable pattern across the set.

    Tool Count5/5

    Seven tools is a well-scoped size for a knowledge management server, covering indexing, retrieval, graph exploration, and state management without unnecessary redundancy. Each tool earns its place.

    Completeness4/5

    The core knowledge lifecycle is covered: ingestion via index_project/fetch_and_index, retrieval via search/read_file, graph access, and state changes via lifecycle. A notable gap is the absence of any deletion/removal tool for projects, chunks, or indexed content.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues