ContextStream MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 1 106 installs a week from npm. Last commit 15 Sep 2026.
ContextStream MCP server for code context, memory, search, and AI tools.
We read the source, 19 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
const child = spawn(binaryPath, childArgs, {
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-server -- npx -y @contextstream/mcp-server
{
"mcpServers": {
"mcp-server": {
"args": [
"-y",
"@contextstream/mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-server]
command = "npx"
args = ["-y", "@contextstream/mcp-server"]
{
"mcpServers": {
"mcp-server": {
"args": [
"-y",
"@contextstream/mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-server": {
"args": [
"-y",
"@contextstream/mcp-server"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
CONTEXTSTREAM_API_KEY (ContextStream API key (create one at contextstream.io)), CONTEXTSTREAM_API_URL (API base URL).
The author declared them in the registry entry; get the values from the project itself.
Project memory, semantic code search, and grounded agent context.
MCP server for AiList — search and discover Ai projects from Claude Code
Persistent memory + FTS5 search MCP server for Claude Code conversation history.
Fast, intelligent web search and web crawling. New mcp tool: Exa-code is a context tool for coding
One searchable memory of your Claude.ai chats and Claude Code sessions, served over MCP.
Model Context Protocol server for Gitea (and Forgejo, Codeberg).
Behavioral memory layer for AI tools. Learns preferences and context across Claude, Cursor, Codex.
Persistent memory for Claude Code. Search, recall, and re-inject context from any session.
Answers built from our own checks of this server.