From 70d60458b89683e7e9237d71ba6a36e8e3ee44b5 Mon Sep 17 00:00:00 2001 From: "dolgolyov.alexei" Date: Mon, 16 Mar 2026 12:15:13 +0300 Subject: [PATCH] Add README with Claude Code facts collection Initial README covering Context7 MCP server and AST Index skill. Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..24acca5 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# Claude Code Facts + +A collection of interesting and useful facts, tips, and tools for working with Claude and Claude Code — including plugins, MCP servers, and practical usage patterns. + +## MCP Servers + +### Context7 + +Up-to-date documentation and code examples for any library, available directly in your Claude Code session. + +- **Website:** https://context7.com/ +- **Setup:** + ```bash + claude mcp add --scope user --transport http context7 https://mcp.context7.com/mcp --header "CONTEXT7_API_KEY: " + ``` + +- **Note:** API key can be created for free after signing in at [context7.com](https://context7.com/) + +### AST Index + +Fast code search skill for Claude Code — find classes, symbols, usages, implementations, and more across large codebases. + +- **Repository:** https://github.com/defendend/Claude-ast-index-search