ContextStream MCP Server
Rank #8,994io.github.contextstreamio/mcp-server
ContextStream MCP server for code context, memory, search, and AI tools.
ContextStream MCP Server is a Model Context Protocol (MCP) server published by contextstream. It ranks #8,994 of 126,487 servers tracked on MCP Toplist, and its repository has 42 GitHub stars. ContextStream MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 4 tracked versions. It was first listed on Dec 9, 2025 and most recently updated on Jul 13, 2026.
Ranks ahead of 117,493 of 126,487 servers on MCP Toplist.
Use ContextStream MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add contextstreamio -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.contextstreamio]
command = "npx"
args = ["-y", "@contextstream/mcp-server"]
[mcp_servers.contextstreamio.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.
{
"mcpServers": {
"contextstreamio": {
"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": {
"contextstreamio": {
"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": {
"contextstreamio": {
"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": {
"contextstreamio": {
"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": {
"contextstreamio": {
"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.contextstreamio%2Fmcp-server)<a href="https://mcptoplist.com/server/io.github.contextstreamio%2Fmcp-server"><img src="https://mcptoplist.com/badge/io.github.contextstreamio%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 (2 delisted)
contextstream
Available versions (4)
| Version | Published |
|---|---|
| 0.4.81 | Jul 13, 2026 |
| 0.3.63 | Jan 2, 2026 |
| 0.3.62 | Jan 2, 2026 |
| 0.1.0 | Nov 25, 2024 |
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, alongside PulseMCP and Glama.
- How many versions does ContextStream MCP Server have?
- MCP Toplist tracks 4 versions of ContextStream MCP Server, most recently published on Jul 13, 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.