Skip to main content
Glama
306,652 tools. Last updated 2026-07-25 19:02

"JUCE" matching MCP tools:

  • Re-extract existing canvas artifacts using a richer engine to backfill memories after a Pro upgrade or many writes. Start a background job with no arguments, then check its progress.
    MIT
  • Run entity resolution to merge duplicates by writing same_as edges. Use after batch writes; default conservative mode uses deterministic signals. Set strong_only=false to include fuzzy matching.
    MIT
  • Extract a depth-bounded subgraph around a specified node (multi-hop expansion up to depth 3). Use to map clusters of related entities from a knowledge graph by providing node ID and type.
    MIT
  • Retrieve all nodes matching a predicate (terms, regex, node types, subtype) for complete lists, not just top results. Useful for aggregation queries like listing all customers or incidents.
    MIT
  • Retrieve immediate relations (1-hop edges) of a node using node_id and node_type from a previous search. Returns direct connections.
    MIT
  • Persist facts, decisions, or meeting notes as text; automatically extract entities and link them into a shared graph for future retrieval.
    MIT

Matching MCP Servers

  • 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
  • Retrieve ranked evidence from a knowledge graph, merged by canonical entity and trimmed to a token budget, for use in custom reasoning or drafting.
    MIT
  • Push explicit graph structure with node rows and edge proposals exactly as given. Use only when structured nodes/edges with ids and kinds are already available.
    MIT
  • Retrieve today's hot news headlines by category: top, domestic, international, entertainment, sports, military, technology, finance, gaming, auto, or health. Supports pagination to browse multiple pages.
  • Retrieve real-time weather forecasts for cities, regions, and counties across China by providing the location name. Enables accurate weather updates for specific areas.