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:

The authoring endpoint is /wikantik-admin-mcp. An older /mcp path appears in early notes; it no longer exists. Curation writes are refused when an edge violates a SHACL shape.

Relationships