mcp-hq
Verified Safeby odenizo
Overview
MCP server providing persistent code context, memory, and semantic search capabilities for AI development tools to enhance agent performance.
Installation
npx -y @contextstream/mcp-serverEnvironment Variables
- CONTEXTSTREAM_API_KEY
- CONTEXTSTREAM_JWT
- CONTEXTSTREAM_API_URL
Security Notes
Secrets (API key/JWT) are managed via environment variables, not hardcoded. Installation scripts create backups before modifying configuration files. The core MCP server logic for `@contextstream/mcp-server` is an external NPM package, not directly auditable in this source code. Network access to `https://api.contextstream.io` is required for functionality.
Similar Servers
mcp-servers
A curated collection of Model Context Protocol (MCP) server configurations to integrate various developer tools and services with AI agents.
git-mcp-server
A Model Context Protocol (MCP) server that provides Git-specific tools and resources for AI/LLM agents to interact with version control systems.
gh-mcp
A GitHub CLI extension to seamlessly run the github-mcp-server in a Docker container using existing `gh` authentication.
mcp-jest
A testing framework for Model Context Protocol (MCP) servers, allowing automated validation of AI agent tools, resources, and prompts.