Metadata-Version: 2.4
Name: mcp-temporal-knowledge
Version: 0.1.0
Summary: Temporal Knowledge Substrate MCP Server — domain-scoped knowledge accumulation with tool-enforced temporal integrity
Requires-Python: >=3.10
Requires-Dist: fastmcp>=2.0.0
Requires-Dist: neo4j>=5.26.0
Requires-Dist: pydantic>=2.10.1
Requires-Dist: starlette>=0.28.0
Description-Content-Type: text/markdown

# Temporal Knowledge Substrate

MCP server for domain-scoped knowledge accumulation with tool-enforced temporal integrity.

Two-layer architecture: an immutable **process layer** (temporal backbone) and an **append-only knowledge layer** (what was learned). Tools enforce structural invariants — no raw Cypher writes.

## Quick Start

```bash
uv sync --dev
mcp-temporal-knowledge --db-url bolt://localhost:7687
```

See `SPEC.md` for full architecture documentation.
