Initial public release
Three local MCP servers for coding agents, designed for Claude Code and OpenCode: - context-web-search: SearXNG-backed web search and URL fetch - context-docs: semantic search over curated llms.txt docs - context-repomix: pack local or remote repos into AI context Defaults are local-first: SearXNG binds to 127.0.0.1, no hosted API keys are required, and Repomix mounts only the current project read-only.
This commit is contained in:
5
config/sources.cloudflare.txt
Normal file
5
config/sources.cloudflare.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
# Optional Cloudflare docs.
|
||||
# Warning: this source can expand to thousands of sections and take a while to
|
||||
# embed on first index. Keep it opt-in unless your work needs it frequently.
|
||||
|
||||
https://developers.cloudflare.com/llms.txt
|
||||
9
config/sources.default.txt
Normal file
9
config/sources.default.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
# Default Context Kit docs sources.
|
||||
# Keep this set small, useful, and quick to index. Add profiles when needed.
|
||||
|
||||
https://code.claude.com/docs/llms.txt
|
||||
https://developers.openai.com/api/docs/llms.txt
|
||||
https://developers.openai.com/api/reference/llms.txt
|
||||
https://docs.anthropic.com/llms.txt
|
||||
https://openrouter.ai/docs/llms.txt
|
||||
https://modelcontextprotocol.io/llms-full.txt
|
||||
5
config/sources.example-all.txt
Normal file
5
config/sources.example-all.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
# Example: combine several profiles by setting:
|
||||
# CONTEXT_KIT_DOCS_SOURCES="config/sources.default.txt config/sources.ruby-ai.txt config/sources.js.txt"
|
||||
#
|
||||
# This file is intentionally comments-only. Use the profile files above instead
|
||||
# of maintaining a second copy of the same URLs.
|
||||
7
config/sources.js.txt
Normal file
7
config/sources.js.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
# Optional JavaScript / frontend docs.
|
||||
|
||||
https://ai-sdk.dev/llms.txt
|
||||
https://nextjs.org/docs/llms.txt
|
||||
https://orm.drizzle.team/llms.txt
|
||||
https://svelte.dev/llms.txt
|
||||
https://hono.dev/llms.txt
|
||||
4
config/sources.ruby-ai.txt
Normal file
4
config/sources.ruby-ai.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
# Optional Ruby / AI application docs.
|
||||
|
||||
https://rubyllm.com/llms.txt
|
||||
https://docs.langchain.com/llms.txt
|
||||
Reference in New Issue
Block a user