Developer-friendly MCP server bridging Kafka and Pulsar protocols—built with ❤️ by StreamNative for an agentic, streaming-first future.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"streamnative-mcp-ser": {
"command": "go",
"args": [
"run",
"github.com/streamnative/streamnative-mcp-server@latest"
]
}
}
}
Run in terminal:
claude mcp add streamnative-mcp-ser go run github.com/streamnative/streamnative-mcp-server@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"streamnative-mcp-ser": {
"command": "go",
"args": [
"run",
"github.com/streamnative/streamnative-mcp-server@latest"
]
}
}
}