Dependency Context
@Dsinghbailey
Dependency Context について
An MCP server that provides AI assistants with contextual access to your project's dependency documentation, enabling more accurate responses about libraries and frameworks used in your codebase.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"dependency-context": {
"command": "npx",
"args": [
"-y",
"--package=dependency-context",
"dependency-context"
],
"env": {
"GITHUB_TOKEN": "YOUR_GITHUB_TOKEN_HERE",
"MODEL_NAME": "Xenova/all-MiniLM-L6-v2",
"DEBUG": "false",
"MIN_CHUNK_SIZE": "800",
"MAX_CHUNK_SIZE": "8000",
"CHUNKS_RETURNED": "5"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Dependency Context?
An MCP server and command line tool that provides AI assistants with contextual access to your project's dependency documentation, enabling more accurate responses about libraries and frameworks used in your codebase.
How to use Dependency Context?
Configure by creating a dependency-context.json file in your project root listing the dependencies to index. If none is present, it falls back to scanning package.json or requirements.txt. Add the MCP config to your editor (Cursor recommended), then prompt the AI to initialize dependency-context. A CLI mode is also available via npx or global install for direct documentation download.
Key features of Dependency Context
- Indexes dependency documentation from GitHub repositories
- Provides semantic search over indexed documentation
- Supports custom dependency configuration via
dependency-context.json - Falls back to
package.jsonorrequirements.txtautomatically - Includes both MCP tools and a standalone CLI mode
- Uses local vector embeddings for offline search
Use cases of Dependency Context
- Ask an AI assistant how to use a specific function in an installed library
- Search across multiple dependency docs for authentication patterns
- Quickly download raw documentation for offline browsing
- Get accurate, context-aware answers about your project's dependencies
FAQ from Dependency Context
How does Dependency Context discover my project's dependencies?
It first looks for a custom dependency-context.json file in the project root. If not present, it falls back to scanning package.json (Node.js) or requirements.txt (Python).
What do I need to run Dependency Context?
Node.js and npm are required. A GitHub personal access token is optional but recommended to avoid API rate limits. No external database or cloud service is needed—vector embeddings run locally.
Where is the indexed documentation stored?
Documentation is cloned into a dependency-context folder within your project directory. Each dependency gets its own folder containing Markdown documentation from its repository.
What happens if my search returns empty results?
Check that the indexing process completed without errors, verify your query is relevant to the indexed dependencies, and try a more general query first.
Does Dependency Context require a GitHub token?
No, but it is recommended. Without it, you may encounter "API rate limit exceeded" errors when cloning repositories. Set it as the GITHUB_TOKEN environment variable.
「その他」の他のコンテンツ
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
コメント