Agent
Freeby MCP Community
MCP agent with session management and SSE streaming support
v0.1.4Added Apr 12, 2026
aisessionstreamingssenextjs
Agent MCP Server
MCP agent with session management and SSE streaming support
Installation
npx -y @orrin-ai/mcp-agent
Reviews
Installation
Quick install
npx -y @orrin-ai/mcp-agent
Add to claude_desktop_config.json
{
"mcpServers": {
"agent": {
"command": "npx",
"args": ["-y", "@orrin-ai/mcp-agent"]
}
}
}