Storm MCP Server
Enables serverless RAG capabilities using Sionic AI's Storm Platform for connecting embedding models and vector databases.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Storm MCP Serverlist my agents and show their recent activity"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Storm MCP Server with Sionic AI serverless RAG
Korean
Storm MCP(Model Context Protocol) Server
Storm MCP(Model Context Protocol) LLM LLM RAG RAG Anthropic Model Context Protocol Claude Desktop Storm Platform.
Sionic AI Storm Platform https://sionicstorm.ai API Token I want to know Yes.
Use



API Key는 scripts/run.sh 에 존재하는 export STORM_API_KEY='' 에 입력하세요.
Please select
Sorry for the inconvenience.
Message : Message (send_nonstream_chat, list_agents, list_buckets, upload_document_by_file).
파일 관리 : 파일 업로드, 읽기 및 관리를 위한 파일 시스템 작업을 구현합니다.
API service : Storm API service.
Professional training
main.py : MCP code.
core/file_manager.py : FileSystemManager
FileSystemManager.core/internal_api.py : Storm REST API.
tools/tool_definitions.py : MCP settings.
tools/tool_handlers.py : Handlers.
tools/tool_upload_file.py : MCP download file.
Akitchan
MCP (LLM), (LLM), (LLM) Storm MCP Storm MCP LLM version.
How to start
Claude Desktop MCP

Open the setup file
code ~/Library/Application\ Support/Claude/claude_desktop_config.jsonJSON data MCP data:
{
"mcpServers": {
"storm": {
"command": "sh",
"args": [
"/Users/sigridjineth/Desktop/work/storm-mcp-server/scripts/run.sh"
]
}
}
}Related MCP server: MCP Python SDK
Japanese
Storm MCP(Model Context Protocol) Server
The Storm MCP (Model Context Protocol) Server is an open protocol that enables seamless integration between LLM applications and RAG data sources and tools. It implements Anthropic's Model Context Protocol and allows you to use the Storm Platform directly in Claude Desktop.
By integrating with Sionic AI's Storm Platform , you can connect and use your own powerful embedded models and vector DB products. Register per agent at https://sionicstorm.ai to get an API token and create your RAG solution in no time.
Usage Example



Please enter the API key in export STORM_API_KEY='' in scripts/run.sh .
Key Features
Context sharing : Provides a standard protocol for interaction between LLM and data sources.
Tool system : Provides a standardized way to define and invoke tools (send_nonstream_chat, list_agents, list_buckets, upload_document_by_file, etc.).
File management : Implements file system operations for uploading, reading, and managing files.
API Integration : Connect to Storm's API endpoints to provide a variety of features.
Project Structure
main.py : Initializes the MCP server and sets up event handlers.
core/file_manager.py : Implements the
FileSystemManagerclass for file operations.core/internal_api.py : Contains API client functions for interacting with Storm's REST API endpoints.
tools/tool_definitions.py : Defines the tools available on the MCP server.
tools/tool_handlers.py : Implements handlers for tool operations.
tools/tool_upload_file.py : Implements a separate file server for file operations with its own MCP handler.
architecture
MCP is designed with a three-layer structure between the host (LLM application), the client (protocol implementation), and the server (function provider). The Storm MCP server implements the server part and provides resources and tools to the LLM.
How to get started
To connect an MCP server in a Claude Desktop environment, the following settings must be applied:

Opening a configuration file
code ~/Library/Application\ Support/Claude/claude_desktop_config.jsonAdd the MCP server settings in JSON:
{
"mcpServers": {
"storm": {
"command": "sh",
"args": [
"/Users/sigridjineth/Desktop/work/storm-mcp-server/scripts/run.sh"
]
}
}
}This server cannot be deployed
Maintenance
Related MCP Connectors
A Model Context Protocol server for Wix AI tools
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Model Context Protocol server for the Apideck Unified API. Connect any MCP-compatible agent framework to 100+ accounting systems, HRIS platforms, file storage providers, and more through one integration. More information https://www.apideck.com/mcp-server
Enable secure connectivity between Sentry issues and debugging data, and LLM clients, using a Model Context Protocol (MCP) server.
Related MCP Servers
- AlicenseBqualityDmaintenanceA Model Context Protocol server that enables AI models to interact with SourceSync.ai's knowledge management platform for managing documents, ingesting content from various sources, and performing semantic searches.2511 npm1ISC
- AlicenseNot gradedqualityDmaintenanceA Python implementation of the Model Context Protocol that allows applications to provide standardized context for LLMs, enabling creation of servers that expose data and functionality to LLM applications through resources, tools, and prompts.MIT
- FlicenseNot gradedqualityDmaintenanceA Python server implementing the Model Context Protocol that exposes tools for querying external APIs, compatible with Claude Desktop and ChatGPT Desktop.-
- AlicenseNot gradedqualityDmaintenanceA server that implements the Model Context Protocol, providing a standardized way to connect AI models to different data sources and tools.6 npm11MIT