https://github.com/coreason-ai/coreason-urn-authority
The Epistemic Ledger & Capability Registry of the CoReason ecosystem
https://github.com/coreason-ai/coreason-urn-authority
agents coreason cryptography fair-data ledger mcp registry zero-trust
Last synced: 16 days ago
JSON representation
The Epistemic Ledger & Capability Registry of the CoReason ecosystem
- Host: GitHub
- URL: https://github.com/coreason-ai/coreason-urn-authority
- Owner: CoReason-AI
- License: other
- Created: 2026-04-20T00:46:17.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-16T04:35:06.000Z (23 days ago)
- Last Synced: 2026-05-16T06:51:42.502Z (23 days ago)
- Topics: agents, coreason, cryptography, fair-data, ledger, mcp, registry, zero-trust
- Language: Python
- Homepage: https://coreason-ai.github.io/coreason-urn-authority/
- Size: 604 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Notice: NOTICE
- Agents: AGENTS.md
Awesome Lists containing this project
README
# coreason-urn-authority (The Epistemic Ledger)
[](https://pypi.org/project/coreason-urn-authority/)
[](https://github.com/CoReason-AI/coreason-urn-authority/actions/workflows/ci.yml)
[](https://coreason-ai.github.io/coreason-urn-authority/)
[](https://pypi.org/project/coreason-urn-authority/)
[](https://pepy.tech/project/coreason-urn-authority)
[](https://prosperitylicense.com/versions/3.0.0)
[](https://codecov.io/gh/CoReason-AI/coreason-urn-authority)
[](https://scorecard.dev/viewer/?uri=github.com/CoReason-AI/coreason-urn-authority)
[](https://github.com/astral-sh/ruff)
[](https://github.com/pre-commit/pre-commit)
[](https://github.com/astral-sh/uv)
[](https://coreason.ai)
[](https://github.com/CoReason-AI/coreason-urn-authority/actions/workflows/osv-scanner.yml)
[](https://github.com/CoReason-AI/coreason-urn-authority/actions/workflows/trivy.yml)
[](https://github.com/CoReason-AI/coreason-urn-authority/actions/workflows/trufflehog.yml)
[](https://github.com/CoReason-AI/coreason-urn-authority/actions/workflows/dast.yml)
**The Epistemic Ledger & Capability Registry of the CoReason ecosystem.**
`coreason-urn-authority` acts as the central, cryptographic authority for all URN-addressable capabilities (Model Context Protocol servers). It enforces strict topographical bounds, quality guillotines, and memory limits before capabilities can be dynamically projected into client VPCs.
## Getting Started
### Prerequisites
- Python 3.14+
- uv
### Installation
1. Clone the repository:
```sh
git clone https://github.com/CoReason-AI/coreason-urn-authority.git
cd coreason-urn-authority
```
2. Install dependencies:
```sh
uv sync --all-extras --dev
```
### Usage
- Run the linter:
```sh
uv run pre-commit run --all-files
```
- Run the tests:
```sh
uv run pytest
```