MCP Context Master
Enables searching GitHub repositories for project documentation and automatically downloading relevant context files based on project dependencies.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Context MasterSet up project context"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Context Master
An intelligent Model Context Protocol (MCP) server that revolutionizes project bootstrapping by automatically discovering and downloading the most relevant contextual documentation for your development projects.
Overview
Context Master transforms how developers start new projects by providing intelligent context gathering through:
Smart Project Analysis - Automatically analyzes your project dependencies
Intelligent Priority System - Advanced scoring to recommend only the most valuable documentation
Automated Documentation - Downloads comprehensive project context as organized markdown files
Project Intelligence - Understands your tech stack and suggests the best resources
Related MCP server: Context7 MCP
Key Features
🧠 Intelligent Analysis: Automatically analyzes package.json, requirements.txt, and project structure
🎯 Smart Prioritization: Advanced scoring system that identifies which libraries truly need documentation
🔍 Enhanced GitHub Search: Multi-criteria search with relevance scoring and health indicators
📥 Automated Downloads: Bulk download of prioritized documentation with smart naming
📊 Project Intelligence: Understands your tech stack and provides tailored recommendations
🚀 One-Command Setup: Complete project context setup with a single
setup_project_contextcall
Structure
Context Files: Downloaded
.mdfiles containing comprehensive project documentationProject Documentation: Additional documentation for understanding your project dependencies
Installation
Quick Start
# Clone the repository
git clone https://github.com/onigetoc/mcp-context-master.git
cd mcp-context-master
# Install dependencies
npm install
# Build the project
npm run buildEnvironment Setup
Create a .env file with your GitHub token:
GITHUB_TOKEN=ghp_your_token_hereGet your GitHub token from: https://github.com/settings/tokens
Configuration
MCP Client Configuration
Add to your MCP client configuration:
For Kiro IDE (.kiro/settings/mcp.json):
{
"mcpServers": {
"mcp-context-master": {
"command": "node",
"args": [
"C:\\path\\to\\mcp-context-master\\build\\index.js"
],
"env": {
"GITHUB_TOKEN": "your_github_token_here"
}
}
}
}For Claude Desktop:
{
"mcpServers": {
"mcp-context-master": {
"command": "node",
"args": ["/path/to/mcp-context-master/build/index.js"],
"env": {
"GITHUB_TOKEN": "your_github_token_here"
}
}
}
}Available Tools
1. setup_project_context ⭐ Main Tool
Initialize and setup Context Master for a project. Analyzes your project dependencies and downloads documentation for important libraries.
2. add_project_context
Fetch and download context for a single library and add it to the project.
3. list_available_contexts
List all available context files in your project.
4. read_specific_context
Read the content of a specific context file.
5. read_template
Read a Context Master template file from your project.
6. search_github
Search GitHub repositories for project context.
7. coding_assistant
Detect your current coding assistant and determine the appropriate context to use.
Usage Examples
Initialize a New Project
To set up Context Master for your project:
User: "Initialize context master for my project"
Tool: setup_project_context will analyze your package.json/requirements.txt and download relevant documentationAdd Context for a Specific Library
To add documentation for a library:
User: "Add project context for remotion"
Tool: add_project_context will search and download remotion documentationList Downloaded Context
To see what documentation you have:
User: "List available contexts"
Tool: list_available_contexts will show all downloaded context filesView Documentation
To read a specific context file:
User: "Read the react context"
Tool: read_specific_context will display the documentationRequirements
Node.js 18+
GitHub token (for repository search)
Internet connection (for documentation downloads)
MCP client (Claude Desktop, VSCode, Kiro, etc.)
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/onigetoc/mcp-context-master'
If you have feedback or need assistance with the MCP directory API, please join our Discord server