Snapshot a host's Docker/Podman/Swarm inventory into the epistemic-graph knowledge graph as typed OWL nodes via the container-manager-mcp MCP server — containers, images, volumes, networks, swarm services and nodes, with their :usesImage / :runsOn / :builtFrom links. Use when the agent must record live container state…
Native knowledge-graph ingestion of Whisper transcripts on the audio-transcriber MCP server — transcribe an audio/video file and push it into the epistemic-graph in one call: the raw audio as a shared :MediaAsset blob, the transcript text as a :Document, and each Whisper segment as a :TranscriptSegment node linked…
Persist SearXNG search results into the epistemic-graph knowledge graph via the searxng-mcp MCP server. Use when the agent must turn a web search into durable, semantically-searchable KG memory — each result becomes a :Document (plus :SearchQuery and :SearchEngine typed nodes with :resultOf / :fromEngine links) so…
Natively ingest a Jellyfin library into the epistemic-graph knowledge graph via the jellyfin-mcp MCP server — push library items as typed :MediaAsset/:Book nodes with :hasGenre/:performedBy/:authoredBy links and item overviews as searchable :Document nodes (jellyfiningestlibrary), and item posters as content-addressed…
Natively ingest an ArchiveBox archive into the epistemic-graph knowledge graph via the archivebox-api MCP server — push snapshots as typed :Snapshot nodes (with :Tag + :hasTag links and per-snapshot :Document page-text) and archive results as :ArchiveResult nodes, best-effort, with the Wire-First ingest tools. Use…
Natively ingest Mattermost into the epistemic-graph knowledge graph via the mattermost-mcp MCP server — push teams, channels and users as typed :Team/:Channel/:Person nodes, messages as :Document nodes, and file attachments as :MediaAsset blobs, in one ACID path. Use when the agent must make a Mattermost workspace…
Natively ingest FreshRSS data into the epistemic-graph knowledge graph via the freshrss-agent MCP server — push feed items as searchable :Document nodes (title + body + sourceuri) and subscriptions as typed :FeedSubscription nodes with their :FeedCategory folders and :inCategory links. Use when the agent must build…
Natively ingest Software AG ARIS process models into the epistemic-graph knowledge graph over the aris-mcp MCP server — push models as typed :ProcessModel nodes, a single model's EPC objects as :EPCFunction/:EPCEvent/ :EPCRule with :flowsTo control-flow edges, and raw model exports as content-addressed :ModelExport…