Storm MCP Server
by MCP-Mirror
Storm MCP 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 to allow direct use of the Storm Platform within Claude Desktop.
Last updated: N/A
What is Storm MCP Server?
The Storm MCP Server is an implementation of the Model Context Protocol (MCP) that acts as a server in a three-tier architecture (Host, Client, Server). It provides resources and tools to LLMs, enabling interaction with RAG data sources and other tools.
How to use Storm MCP Server?
To use the Storm MCP Server, you need to integrate it with Claude Desktop by adding a configuration to the claude_desktop_config.json
file. You also need to obtain an API token from Sionic AI's Storm Platform and input it into the scripts/run.sh
file.
Key features of Storm MCP Server
Context Sharing: Provides a standard protocol for interaction between LLMs and data sources.
Tool System: Offers a standardized way to define and call tools (e.g., send_nonstream_chat, list_agents, list_buckets, upload_document_by_file).
File Management: Implements file system operations for uploading, reading, and managing files.
API Integration: Connects with Storm's API endpoints to provide various functionalities.
Use cases of Storm MCP Server
Connecting LLMs to custom embedding models.
Integrating LLMs with vector databases.
Building RAG solutions using the Storm Platform.
Enabling Claude Desktop to access external resources and tools via MCP.
FAQ from Storm MCP Server
What is Storm MCP?
What is Storm MCP?
Storm MCP(Model Context Protocol) Server is an open protocol that enables seamless integration between LLM applications and RAG data sources and tools.
How do I get an API key?
How do I get an API key?
Sign up for the Storm Platform at https://sionicstorm.ai to obtain an API token.
Where do I put the API key?
Where do I put the API key?
Input the API key into the scripts/run.sh
file, specifically in the export STORM_API_KEY=''
line.
How do I connect the server to Claude Desktop?
How do I connect the server to Claude Desktop?
Add the MCP server configuration to the claude_desktop_config.json
file as described in the README.
What tools are available?
What tools are available?
Available tools include send_nonstream_chat
, list_agents
, list_buckets
, and upload_document_by_file
.