Back to Home
contextstream icon

mcp-server

Verified Safe

by contextstream

Overview

Provides AI tools with persistent context, semantic code search, and team knowledge sharing across sessions.

Installation

Run Command
npx -y @contextstream/mcp-server

Environment Variables

  • CONTEXTSTREAM_API_KEY
  • CONTEXTSTREAM_API_URL
  • CONTEXTSTREAM_WORKSPACE_ID
  • CONTEXTSTREAM_PROJECT_ID
  • CONTEXTSTREAM_ALLOW_HEADER_AUTH
  • CONTEXTSTREAM_TOOLSET
  • CONTEXTSTREAM_CONTEXT_PACK
  • CONTEXTSTREAM_HOOK_ENABLED
  • CONTEXTSTREAM_REMINDER_ENABLED
  • MCP_HTTP_HOST
  • MCP_HTTP_PORT

Security Notes

The server primarily operates by making HTTP requests to a configurable API URL (defaulting to contextstream.io) and reading/writing local configuration files. File system operations are generally confined to user home directories or project roots (`.contextstream/config.json`, `~/.contextstream-mappings.json`, `~/.claude/hooks/`) and utilize `path.join` for safer path construction. Sensitive information like API keys is handled via environment variables or headers, aligning with best practices. Embedded Python hooks are provided for specific editor integrations; their source is transparent and they do not execute arbitrary user input. There are no obvious `eval` or direct `child_process.exec` calls with unvalidated user input. The code appears well-structured with security considerations in mind.

Similar Servers

Stats

Interest Score47
Security Score9
Cost ClassLow
Avg Tokens500
Stars14
Forks3
Last Update2026-01-16

Tags

AI toolsCode contextMemorySemantic searchKnowledge graph