MCP.so
Sign In

ContextStream

@ContextStream

About ContextStream

Persistent project memory and semantic code search for AI coding agents. Connect to ContextStream’s hosted production MCP so decisions, lessons, repo guardrails, and code understanding carry across sessions.

Connection details

https://mcp.contextstream.io/mcp?default_context_mode=fast

Setup

claude mcp add contextstream --transport http https://mcp.contextstream.io/mcp?default_context_mode=fast

Tools

No tools detected

Fetch the live tool list directly from this server's endpoint using the button above.

Overview

ContextStream gives AI coding agents persistent project memory and semantic code search across sessions.

Connect your assistant to ContextStream’s hosted production MCP to retrieve the decisions, lessons, repo guardrails, task history, and code understanding your team has already built up. Future sessions start with the right project context instead of relearning the repository from scratch.

Hosted production MCP

Use the hosted endpoint:

https://mcp.contextstream.io/mcp?default_context_mode=fast

The hosted service is the current production MCP. It is operated by ContextStream and uses the current Rust runtime. You do not need to install or run the legacy npm MCP server.

What agents can do

  • Retrieve relevant project context before editing code
  • Search code semantically and by exact text, symbols, paths, and patterns
  • Recall decisions, lessons, plans, sessions, and repo guardrails
  • Preserve corrections and implementation knowledge for future sessions
  • Share project context across supported MCP clients and teammates

Setup

The fastest setup path is:

curl -fsSL https://contextstream.io/scripts/mcp.sh | bash

The setup detects supported assistants, signs you in, configures the production MCP connection, and verifies the result.

For manual editor configuration and OAuth instructions, see:

https://contextstream.io/docs/editors

Supported clients

ContextStream works with MCP-compatible coding assistants and editors, including Claude Code, Cursor, Codex CLI, Cline, Windsurf, VS Code with GitHub Copilot, and other MCP clients.

Privacy and access

ContextStream scopes access by workspace and project. The hosted MCP requires authentication; project data is not exposed through an unauthenticated public endpoint.

Frequently asked questions

What is the ContextStream remote MCP server?

The ContextStream remote MCP server is a hosted Model Context Protocol endpoint at https://mcp.contextstream.io/mcp?default_context_mode=fast, so AI assistants can connect to it without installing or running anything locally.

How do I connect to the ContextStream MCP server?

Add the endpoint https://mcp.contextstream.io/mcp?default_context_mode=fast to any MCP-compatible client such as Claude Code, Cursor, or VS Code. The setup snippets on this page configure each client in one step.

Does the ContextStream MCP server require authentication?

No. ContextStream's MCP server does not require authentication — you can connect directly with the endpoint URL.

Which transport does the ContextStream MCP server use?

ContextStream exposes a Streamable HTTP endpoint, the transport used by remote MCP servers and supported by all major MCP clients.

Comments