This project has been superseded by claude-skill-context7local.
The original MCP server approach was abandoned in favor of a simpler grep-based CLI tool + Claude Code skill. The new approach:
- No server required — generates static markdown files that AI assistants read directly
- Zero dependencies — bash, grep, find only (no Nim runtime, no MCP SDK)
- 23 languages supported — Nim, Python, Rust, Go, TypeScript, Java, Kotlin, Swift, C#, Ruby, Elixir, Scala, Dart, Zig, C, C++, Haskell, OCaml, Gleam, Egison, Lua, PHP, Julia
- 1 minute setup —
curl+chmod +x
See ADR-0001: grep-based API Extraction over MCP Server for the decision rationale.
# Install the new tool
curl -o /usr/local/bin/context7local \
https://raw.githubusercontent.com/jasagiri/claude-skill-context7local/main/bin/context7local
chmod +x /usr/local/bin/context7local
# Sync your projects
context7local sync --source-dir ~/myorg/sources- MCP SDK dependency failed to build
- Actor framework integration was incomplete
- Server process management added operational burden
- The actual need was just "AI reads function signatures" — static files suffice
New repo: https://github.com/jasagiri/claude-skill-context7local