kontext-mcp
v0.2.0
Published
MCP server for analyzing prompts and providing alternatives
Maintainers
Readme
Kontext MCP
MCP server for analyzing prompts and providing alternatives, best practices, and relevant resources.
Installation
npm install -g kontext-mcpConfiguration
Get your personalized configuration from the Quick Start page at trykontext.vercel.app.
The configuration looks like:
{
"mcpServers": {
"kontext": {
"command": "kontext-mcp",
"args": [],
"env": {
"BACKEND_URL": "https://trykontext.onrender.com",
"USER_TOKEN": "your-token-here"
}
}
}
}Environment Variables
BACKEND_URL: The URL of your Kontext backend API (default:https://trykontext.onrender.com)USER_TOKEN(required): Your authentication token from the dashboard
Usage
- Say "kontext" in your prompt to trigger analysis
- The tool will submit your prompt for analysis
- Results appear in your Kontext dashboard at trykontext.vercel.app
Note: Analysis runs asynchronously in the background with automatic retries. The tool returns immediately while processing continues on the server.
Development
# Clone the repository
git clone https://github.com/ShandilyaHarsh/kontext.git
cd kontext/mcp-server
# Install dependencies
npm install
# Build
npm run build
# Test locally
npm linkLicense
MIT
