ContextStream MCP Server
Rank #8,802io.github.contextstream/mcp-server
Project memory, semantic code search, and grounded agent context.
ContextStream MCP Server is a Model Context Protocol (MCP) server published by contextstream. It ranks #8,802 of 126,487 servers tracked on MCP Toplist, and its repository has 41 GitHub stars. ContextStream MCP Server is listed on Official MCP, with 6 tracked versions. It was first listed on Apr 10, 2026 and most recently updated on Sep 9, 2026.
Ranks ahead of 117,685 of 126,487 servers on MCP Toplist.
Use ContextStream MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http contextstream https://mcp.contextstream.io/mcpclaude mcp add contextstream -e "CONTEXTSTREAM_API_KEY=<your CONTEXTSTREAM_API_KEY>" -e "CONTEXTSTREAM_API_URL=<your CONTEXTSTREAM_API_URL>" -- npx -y @contextstream/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.contextstream]
url = "https://mcp.contextstream.io/mcp"Add to ~/.codex/config.toml.
[mcp_servers.contextstream]
command = "npx"
args = ["-y", "@contextstream/mcp-server"]
[mcp_servers.contextstream.env]
CONTEXTSTREAM_API_KEY = "<your CONTEXTSTREAM_API_KEY>"
CONTEXTSTREAM_API_URL = "<your CONTEXTSTREAM_API_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.contextstream.io/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"contextstream": {
"command": "npx",
"args": [
"-y",
"@contextstream/mcp-server"
],
"env": {
"CONTEXTSTREAM_API_KEY": "<your CONTEXTSTREAM_API_KEY>",
"CONTEXTSTREAM_API_URL": "<your CONTEXTSTREAM_API_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"contextstream": {
"url": "https://mcp.contextstream.io/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"contextstream": {
"command": "npx",
"args": [
"-y",
"@contextstream/mcp-server"
],
"env": {
"CONTEXTSTREAM_API_KEY": "<your CONTEXTSTREAM_API_KEY>",
"CONTEXTSTREAM_API_URL": "<your CONTEXTSTREAM_API_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"contextstream": {
"type": "http",
"url": "https://mcp.contextstream.io/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"contextstream": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@contextstream/mcp-server"
],
"env": {
"CONTEXTSTREAM_API_KEY": "<your CONTEXTSTREAM_API_KEY>",
"CONTEXTSTREAM_API_URL": "<your CONTEXTSTREAM_API_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"contextstream": {
"serverUrl": "https://mcp.contextstream.io/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"contextstream": {
"command": "npx",
"args": [
"-y",
"@contextstream/mcp-server"
],
"env": {
"CONTEXTSTREAM_API_KEY": "<your CONTEXTSTREAM_API_KEY>",
"CONTEXTSTREAM_API_URL": "<your CONTEXTSTREAM_API_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"contextstream": {
"url": "https://mcp.contextstream.io/mcp"
}
}
}{
"mcpServers": {
"contextstream": {
"command": "npx",
"args": [
"-y",
"@contextstream/mcp-server"
],
"env": {
"CONTEXTSTREAM_API_KEY": "<your CONTEXTSTREAM_API_KEY>",
"CONTEXTSTREAM_API_URL": "<your CONTEXTSTREAM_API_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.contextstream%2Fmcp-server)<a href="https://mcptoplist.com/server/io.github.contextstream%2Fmcp-server"><img src="https://mcptoplist.com/badge/io.github.contextstream%2Fmcp-server.svg" alt="MCP Toplist: Top 10% of 126,487" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
contextstream
Available versions (6)
| Version | Published |
|---|---|
| 1.0.5 | Sep 9, 2026 |
| 1.0.4 | Sep 7, 2026 |
| 1.0.3 | Sep 5, 2026 |
| 1.0.2 | Sep 4, 2026 |
| 1.0.1 | Sep 4, 2026 |
| 1.0.0 | Sep 1, 2026 |
Frequently asked questions
- Who maintains ContextStream MCP Server?
- ContextStream MCP Server is maintained by contextstream, which publishes 6 MCP servers (11 total versions) tracked on MCP Toplist.
- Is ContextStream MCP Server listed on the Official MCP Registry?
- Yes — ContextStream MCP Server is listed on the Official MCP Registry.
- How many versions does ContextStream MCP Server have?
- MCP Toplist tracks 6 versions of ContextStream MCP Server, most recently published on Sep 9, 2026.
- Where can I find the source code for ContextStream MCP Server?
- The source code for ContextStream MCP Server is hosted at github.com/contextstream/mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.