Shared project context for AI coding agents — hosted code search plus saved decisions, lessons, and plans via MCP.
Intelligence isn't the bottleneck. Context is. Published benchmarks at https://contextstream.io/benchmarks.
from agents import Agent
from agents.mcp import MCPServerStdio
mcp_server = MCPServerStdio(
command="https://mcp.contextstream.io/mcp",
args=[],
)
agent = Agent(
name="My Agent",
model="gpt-4o",
mcp_servers=[mcp_server],
)If you maintain ContextStream, add this badge to your README to show it's verified on CuratedMCP:
[](https://www.curatedmcp.com/marketplace/contextstream)