ContextStream MCP Server for Cline
io.github.contextstreamio/mcp-server
ContextStream MCP server for code context, memory, search, and AI tools.
client:Cline
transport:stdio
runtime:npm
Install ContextStream MCP Server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@contextstream/mcp-server"
],
"env": {
"CONTEXTSTREAM_API_KEY": "<CONTEXTSTREAM_API_KEY>",
"CONTEXTSTREAM_API_URL": "<CONTEXTSTREAM_API_URL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs