Content Engine.
Knowledge Graph.
Open Source.

Ingest knowledge, build a graph, generate content with provenance. Every output traces back to a source.

Knowledge Graph

Ingest markdown, URLs, or GitHub repos. The engine extracts entities and relations, clusters aliases, scores edges. Query the graph to understand what you know.

Content Generation

Generate content grounded in the knowledge graph. A generate-judge-improve loop runs until the output meets the configured threshold. Every piece of generated content carries a provenance block.

Astro Integration

The @sourcepress/astro adapter syncs content collections and generates typed schemas. Content flows from the engine to your site at build time.

MCP Server

14 tools and 2 resources exposed via the Model Context Protocol. Connect any MCP client to query the graph, manage content, and run generation.

Architecture

Knowledge files  →  Ingestion  →  Knowledge Graph
                                          ↓
              Astro site  ←  Content  ←  Generation (eval loop)
                                          ↓
                               MCP Server / REST API