Skip to main content
Glama
r2d2helm

Knowledge Assistant MCP Server

by r2d2helm

knowledge_graph

Visualize connections between notes in a knowledge base. Generates graph views showing relationships, clusters, or subgraphs around specific notes for analysis.

Instructions

Generate a graph view of links between notes. Without center_note, returns the most connected clusters. With center_note, returns the subgraph around that note. Output is JSON with nodes[] and edges[] compatible with graph visualizations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
center_noteNoOptional. Title or path of the note to center the graph on. If not provided, returns clusters of most connected notes.
depthNoDepth of connections to include when center_note is provided (default: 2)
formatNoOutput format: 'json' for raw JSON, 'summary' for human-readable text (default: json)json

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/r2d2helm/knowledge-assistant-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server