-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Martin Schultheiss edited this page Nov 25, 2025
·
1 revision
Welcome to the Context Processor documentation wiki! This is your comprehensive guide to using the intelligent MCP server for context management and enhancement.
- Getting Started - Installation and first steps (5 minutes)
- QUICKSTART - Detailed setup instructions
- Scenario 1: Knowledge Base Building - Organize and enhance documentation
- Scenario 2: Content Processing - Analyze and improve content with strategies
- Scenario 3: Advanced Workflows - Multi-model workflows and integrations
- API Reference - Complete tool documentation
- Troubleshooting - Common issues and solutions
- FAQ - Frequently asked questions
Context Processor is a Model Context Protocol (MCP) server that helps Claude and other AI agents organize, manage, and enhance information through intelligent pre-processing strategies.
- Clarify - Detects ambiguous pronouns, passive voice, and vague language
- Analyze - Provides metrics on word count, complexity, sentence structure
- Search - Extracts meaningful keywords for discoverability
- Fetch - Detects and catalogs URLs and external references
- Custom - Extensible framework for your own processors
-
clarify- Single clarity improvement focus -
search_optimized- Keyword extraction and SEO optimization -
analysis- Detailed content metrics and structure analysis -
comprehensive- All strategies combined (Clarify + Analyze + Search) -
web_enhanced- URL detection with content analysis
-
save_context- Store content with optional preprocessing -
load_context- Retrieve specific contexts -
list_contexts- List and filter contexts by tags -
list_models- Query available preprocessing models -
get_model_info- Get detailed model configuration -
delete_context- Manage context lifecycle
# Install
npm install context-processor
# Use in Claude Code or your MCP client
# See Getting Started guide for details- Build and organize technical documentation
- Enhance clarity of existing content
- Extract keywords for search optimization
- Track content changes and updates
- Analyze blog posts and articles
- Detect clarity issues and improve readability
- Extract key topics automatically
- Detect external references and citations
- Fetch and process URLs
- Combine content analysis with web scraping
- Build searchable content repositories
- Manage multiple content sources
- GitHub Repository: https://github.com/mschultheiss83/context-processor
- npm Package: https://www.npmjs.com/package/context-processor
- Official MCP Registry: https://github.com/modelcontextprotocol/servers
- MCP Documentation: https://modelcontextprotocol.io
- Check the Troubleshooting page
- Review FAQ
- Open a GitHub Issue
- Join community testing: Issue #5
Last Updated: November 25, 2025 | Version: 1.0.1 | License: MIT