Context infrastructure for AI.
We solve the hardest problem in AI development: making sure your AI actually understands your work. Semantic search, automatic context routing, and intelligent memory—across any LLM.
Authentication is handled in three layers:
1. authenticate_request() in middleware.py extracts the JWT from the Authorization header on every inbound request.
2. verify_token() in jwt_handler.py decodes the token and validates the signature against your secret key.
3. The @require_auth decorator on route handlers gates access to protected endpoints.
You ask a question. Pyckle handles the rest.
Simulated output. Token savings vary by codebase and query.
The Problem
of tokens can be wasted on irrelevant context
more time spent hunting for files without context
memory between sessions
Every AI coding tool uses the same models. The difference is context.
We make context automatic.
Our Approach
Find code by meaning, not keywords. Ask "where do we handle auth?" and get the right files—not string matches.
Every prompt gets the right code snippets automatically. No manual @mentions. No wasted tokens. ~50ms typical latency.
Your code stays on your machine. Free tier runs entirely local—no API keys, no cloud dependency, no trust required.
Architecture
MCP Tools
Everything your AI needs to understand your codebase.
Semantic code search by meaning, not keywords.
Learn more →Index your codebase for instant semantic queries.
Learn more →View indexing statistics and health metrics.
Learn more →Track token usage and optimize context budget.
Learn more →Resume sessions with full context memory.
Learn more →Generate summaries of session activity.
Learn more →Track file edits for context coherence.
Learn more →Explore code dependencies and connections.
Learn more →Analyze blast radius of code changes.
Learn more →Products
Context infrastructure for every AI workflow.
Everything included. One price.
Automatic context injection for every prompt. The right code—~50ms typical latency, invisible, no workflow changes.
Universal context protocol
Context infrastructure for any MCP-compatible client. Same semantic search and routing—works with Cursor, Windsurf, Continue, and more.
Why Pyckle
Pyckle = preservation. In a world where AI systems constantly reset and forget, we're the constant.
We ensure your most valuable asset—your context—remains accessible, optimized, and alive. Whether you're using Claude, GPT, Gemini, or whatever comes next.
Works with Claude Code, Cursor, Windsurf, and any MCP-compatible client.