Show and tell: DeCodifier for deterministic, low-token Codex/MCP repo workflows #15420
ftrou
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I wanted to share a project I've been building: DeCodifier, a local-first coding engine and MCP-friendly tool layer focused on deterministic repo retrieval for AI coding agents.
The problem I'm trying to solve is predictable context selection when agents operate on larger codebases. Instead of jumping straight to full-file reads, the workflow is metadata-first:
Current capabilities include structural symbol extraction, lexical fallback search, file operations, starter packs, and a context sidecar for cached repo intelligence.
A few questions for people using Codex + MCP in practice:
If useful, I can also share a minimal Codex/MCP setup example around this.
Beta Was this translation helpful? Give feedback.
All reactions