mirror of
https://github.com/syntrex-lab/gomcp.git
synced 2026-04-25 04:16:22 +02:00
13 lines
858 B
Markdown
13 lines
858 B
Markdown
# GoMCP Documentation
|
|
|
|
Welcome to the GoMCP documentation. GoMCP is the open-source, mathematically proven secure memory core and orchestration engine for Large Language Models (LLMs). Built on the principles of the Sentinel Lattice, it provides persistent memory with unforgeable constraints.
|
|
|
|
## Table of Contents
|
|
|
|
- [**MCP Tools Reference**](mcp-tools.md) — Exhaustive list of 57+ built-in Memory, Session, and Safety tools.
|
|
- [**DIP Pipeline**](security/dip_pipeline.md) — The Declarative Intent Parser that forms the first line of defense.
|
|
- [**CAFL Protocol**](security/cafl.md) — Capability-Attenuating Flow Labels and Data Provenance.
|
|
|
|
## About Sentinel Lattice
|
|
|
|
GoMCP uses the Sentinel Lattice framework to enforce security primitives. For in-depth theoretical understanding, see the [Sentinel Lattice Architecture Specification](lattice.md).
|