enhanced-context-mcp
by premkalyan
Overview
Provides intelligent context, agent management, SDLC guidance, and tool configurations for AI-powered software development workflows, acting as an AI intelligence layer within the VISHKAR MCP ecosystem.
Installation
npm startEnvironment Variables
- PROJECT_REGISTRY_URL
- NODE_ENV
- USE_VERCEL_BLOB
- BLOB_READ_WRITE_TOKEN
- KV_REST_API_URL
- KV_REST_API_TOKEN
- REGISTRY_UPDATE_TOKEN
- GITHUB_TOKEN
- VISHKAR_API_KEY
- ENHANCED_CONTEXT_URL
Security Notes
CRITICAL: The system has multiple confirmed, severe vulnerabilities. 1. VULN-001 (CVSS 9.8 - Broken Authentication): Any API key is accepted, leading to complete authentication bypass. 2. VULN-002 (CVSS 9.1 - Path Traversal): Vulnerable to reading arbitrary files on the server (e.g., '/etc/passwd'). 3. VULN-003 (CVSS 9.8 - YAML RCE): Uses 'yaml.load()' which is susceptible to remote code execution. 4. Missing Rate Limiting (CVSS 7.5): No protection against Denial of Service (DoS) attacks despite being configured to enable it. These issues must be fixed immediately before any deployment or sensitive use.
Similar Servers
agents
This MCP (Model Context Protocol) Server acts as a proxy for the Inkeep Agent Framework's Management API. It exposes administrative functionalities (e.g., CRUD operations for agents, projects, tools, and credentials) via the MCP protocol, allowing other clients or agents to interact with the Inkeep Management API through a standardized interface.
volcano-sdk
A TypeScript SDK for building multi-provider AI agents that chain LLM reasoning with external tools and orchestrate multi-agent workflows.
Lynkr
Lynkr is an AI orchestration layer that acts as an LLM gateway, routing language model requests to various providers (Ollama, Databricks, OpenAI, etc.). It provides an OpenAI-compatible API and enables AI-driven coding tasks via a rich set of tools and a multi-agent framework, with a strong focus on security, performance, and token efficiency. It allows AI agents to interact with a defined workspace (reading/writing files, executing shell commands, performing Git operations) and leverages long-term memory and agent learning to enhance task execution.
claude-prompts
This server provides a hot-reloadable prompt engine with chains, quality gates, and structured reasoning for AI assistants, enhancing control over Claude's behavior in prompt workflows.