Backend tools for turning approved Postgres sources into local AI-readable context artifacts.
Project description
Contextty
Contextty v0.0.1 is a backend-only tool that turns one approved Postgres source into a local AI-readable context artifact.
The first release is SQL-first, Postgres-only, and stores snapshots in
.contextty/contextty.db.
contextty detect .
contextty source add app-db --type postgres --dsn-env DATABASE_URL
contextty inspect app-db
contextty snapshot app-db --profile-mode deep --row-limit 10000 --timeout 5s
contextty query "what tables explain signup state?" --budget 2000
contextty serve --api
contextty serve --mcp
Snapshot reads are guarded by read-only Postgres session settings, statement timeouts, bounded profiling queries, and local-only query APIs.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file contextty-0.0.1.tar.gz.
File metadata
- Download URL: contextty-0.0.1.tar.gz
- Upload date:
- Size: 35.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
494a63c399e312945ff4f853258fdbc922e2f3317cf95d536d710bdd704dd220
|
|
| MD5 |
c5f71230512c83f9032f8f469d9fa67a
|
|
| BLAKE2b-256 |
8bebf8fe6d6ff6d100cc783a4e7913aa1d8993b7b561f3e5d84fe7741edef7db
|
File details
Details for the file contextty-0.0.1-py3-none-any.whl.
File metadata
- Download URL: contextty-0.0.1-py3-none-any.whl
- Upload date:
- Size: 35.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
617d3450fc3f384a8cd750b253bbb3a8be8371805e77fd14072e463a853d2771
|
|
| MD5 |
d8bd200f0435137426fda69ff750571c
|
|
| BLAKE2b-256 |
dd4280c907d3fd94318902df62025660b1ad49c49dea844104785e75fb47fc09
|