s2-streamstore/s2-sdk-typescript
Official MCP server for the S2.dev serverless stream platform.
Quick Start
Clone the repository:
git clone https://github.com/s2-streamstore/s2-sdk-typescriptClaude Desktop configuration example:
{
"mcpServers": {
"s2-sdk-typescript": {
"command": "npx",
"args": [
"-y",
"s2-streamstore/s2-sdk-typescript"
]
}
}
}Check the repository README for specific installation and configuration instructions.