Knowledge Graph Core

The knowledge graph is a semantic layer over wiki content that enables AI agents to discover relationships, traverse connections, and propose new knowledge — all grounded in human-authored content.

Architecture

Four PostgreSQL tables form the graph:

TablePurpose
kg_nodesEntities (wiki pages, concepts, stubs) with JSONB properties
kg_edgesTyped relationships between nodes with provenance tracking
kg_proposalsPending AI-suggested enrichments awaiting human review
kg_rejectionsNegative knowledge preventing re-proposals

Sub-Features

MCP Integration

Two separate MCP endpoints serve different use cases:

Relationships