#106 · Primary category: AI Gateway & API Infrastructure

Lynkr

agents ai ai-gateway claude claudecode code-assistant code-generation cursor databricks developer-tools llamacpp llm llm-gateway llm-proxy llm-router llmops mcp ollama prompt-caching self-hosted

Streamline your workflow with Lynkr, a CLI tool that acts as an HTTP proxy for efficient code interactions using Claude Code CLI.

Project last updated:08/30/26

GitHub Stars

545

Forks

59

Contributors

11

License

Apache-2.0

Why we included this project

Lynkr is a local HTTP proxy that runs in front of your AI coding assistant, and its main job is to spend fewer tokens. It drops tool definitions you are not using and compresses large JSON tool outputs, which is where most of the savings show up. Repeated queries come back from a semantic cache in under 300ms, so they cost nothing. Routing is by task difficulty: simple prompts go to a free local model like Ollama, while harder ones escalate to your subscription or API, and a conversation stays on one model until the work genuinely outgrows it. The wrap mode is what makes this practical for Claude Code, Cursor, and Codex users, since it needs no code changes, just a base URL override or a single command. If you pay per token or keep hitting subscription limits on agentic workloads, this is a straightforward way to stretch that budget without replacing the tools you already use.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category