SSE-based Server and Client for
@goyatparmod
SSE-based Server and Client for について
sse base remote mcp server and client
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"sse-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@sidharthrajaram/mcp-sse",
"--client",
"claude"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is SSE-based Server and Client for?
It demonstrates a Server-Sent Events (SSE) based MCP server and a standalone MCP client that uses tools from the server. This pattern enables decoupled, cloud‑native communication between MCP servers and clients, as opposed to the STDIO pattern where the client spawns the server as a subprocess. It is for developers building remote MCP agent systems.
How to use SSE-based Server and Client for?
Set the ANTHROPIC_API_KEY environment variable. Run the server with uv run weather.py (optionally with --host and --port flags) then run the client with uv run client.py http://<server>:<port>/sse. The client connects to the SSE endpoint and lists available tools. You can also install via Smithery for Claude Desktop using npx -y @smithery/cli install @sidharthrajaram/mcp-sse --client claude.
Key features of SSE-based Server and Client for
- Demo SSE‑based MCP server with weather tools
「その他」の他のコンテンツ
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Codelf
unbugA search tool helps dev to solve the naming things problem.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
コメント