wryneck

Yawn0/wryneck
★ 0 stars Python AI/LLM Updated 1d ago
Local-first code index + MCP server for AI coding agents — symbol-level indexing, cross-file resolution, hybrid retrieval.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "wryneck": {
      "command": "uvx",
      "args": [
        "wryneck"
      ]
    }
  }
}

Or install with pip: pip install wryneck

README Excerpt

<p align="center"> <strong>Your AI coding agent shouldn't have to read your whole repo to answer one question.</strong><br> A local-first code index that gives agents exact definitions and their relationships, not 50k tokens of file dumps. </p> <p align="center"> <img src="https://img.shields.io/badge/version-1.1.2-blue?style=flat-square" alt="version">

Tools (10)

calleescallerscontextdefinitionexploreimpactimportsquerysearchtrace

Topics

code-indexcsharpllm-toolsmcp-serverpythonsemantic-code-search