Skip to main content
Glama
554,531 tools. Updated 2026-09-13 00:47

"Using Cline as a Knowledge Graph for Coding" matching MCP tools:

  • Retrieves matching nodes and snippets from a knowledge graph by combining lexical, dense, and graph signals into a ranked list.
    MIT
  • Answer factual questions from a shared knowledge graph, grounded in evidence with citations. Abstains when the graph lacks knowledge.
    MIT
  • List entities in the knowledge graph, optionally filtered by type, to obtain an overview or entity names for graph queries. Supports D3-compatible JSON output.
    MIT
  • Delete a knowledge graph entity and remove all triples where it appears as subject or object.
    MIT
    Destructive
  • Search persistent memory using semantic similarity to retrieve relevant memories and related knowledge graph facts.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • Remove a subject-predicate-object relationship from the knowledge graph by providing the triple ID. Receive a JSON confirmation of deletion.
    MIT
    Destructive
  • Retrieve the project's knowledge graph as JSON, showing nodes, edges, clusters, and dependency cycles to analyze structural dependencies.
    MIT
  • Submit a new graph node for human approval, ensuring all knowledge graph changes are reviewed.
    MIT
  • Record persistent project knowledge—like architecture or conventions—that outlives a single session and forms a knowledge graph via wiki-links.
    MIT
  • Build a structural knowledge graph of a codebase, extracting files, functions, classes, and their relationships to enable semantic code search and analysis.
    MIT
  • Extracts circuit topology and components from schematic images, then cross-references a knowledge graph to provide engineering insights and related principles.
    MIT
  • Generate an interactive HTML visualization of knowledge cards and their wiki-links as a graph. Open the file in a browser to explore relationships between concepts.
    MIT