Back to Browse

Contextstreamio MCP Server

Developer ToolsModerate6.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

ContextStream MCP server for code context, memory, search, and AI tools.

About

ContextStream MCP server for code context, memory, search, and AI tools.

Security Report

6.2
Moderate6.2Moderate Risk

ContextStream MCP server is a well-structured tool for AI coding assistants with proper authentication, reasonable permissions, and generally sound code quality. However, there are moderate concerns around shell command execution patterns, broad environment variable access, and some input validation gaps that merit attention, though none appear to be actively exploitative. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity). Package verification found 1 issue.

3 files analyzed · 11 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

process_spawn

Check that this permission is expected for this type of plugin.

system_info

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

ContextStream API key (create one at contextstream.io)Required

Environment variable: CONTEXTSTREAM_API_KEY

API base URLOptional

Environment variable: CONTEXTSTREAM_API_URL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-contextstreamio-mcp-server": {
      "env": {
        "CONTEXTSTREAM_API_KEY": "your-contextstream-api-key-here",
        "CONTEXTSTREAM_API_URL": "your-contextstream-api-url-here"
      },
      "args": [
        "-y",
        "@contextstream/mcp-server"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!