Required Environment Variables
USE_RESOURCES
:false
(default - disables local resource usage)HYPERSPELL_COLLECTION
: name of your Hyperspell collection (leave blank for default)HYPERSPELL_TOKEN
: REQUIRED (your app or user token for Hyperspell)
Steps
-
Install Meshagent CLI
-
Sign Up and Authenticate
Follow Getting Started with Meshagent CLI to create an account and authenticate. -
Start Hyperspell MCP Server as a Room Agent
- Launches a Meshagent Room named
test
with an MCP server agent available. - Tools and agents terminate automatically when the room closes.
- Launches a Meshagent Room named
-
Join the Room with a Chatbot Agent
- Starts a chatbot in the Meshagent Room using the MCP-Hyperspell toolkit.
- Multiple toolkits can be added to the same room/agent.
- A room link will be provided in the output.
-
Access the Room
- Visit the provided link in your browser.
- Interact with the agent by sending messages and invoking Hyperspell MCP server tools.
Project-Level Deployment (Production)
Project-level deployments create persistent services, making Hyperspell tools and agents available in ALL Meshagent project rooms. This is the recommended method for production.Steps
-
Create Persistent MCP Server Service
-
Create Persistent Chatbot Service
- These services auto-join all new rooms within your Meshagent project, ensuring the tools and chatbot are always accessible.
Tools Available
Summary
Tools provided by this Server | Short Description |
---|---|
Add File | Add a file or website from a URL to Hyperspell. |
Add Memory | Add a plain text document or memory to Hyperspell. |
Search Hyperspell | Search Hyperspell for documents and data. |
Tools Details
Add File
Add a file or website from a URL to Hyperspell.
Parameter | Type | Description |
---|---|---|
url | string | The file or website URL to add. |
Add Memory
Add a plain text document or memory to Hyperspell.
Parameter | Type | Description |
---|---|---|
text | string | The text or document contents. |
title | string (optional) | Title for the memory/document. |
Search Hyperspell
Search Hyperspell for documents and data.
Parameter | Type | Description |
---|---|---|
query | string | Search query for Hyperspell. |
Meshagent Links
For full documentation and advanced deployments, see Meshagent Read The Docs and Hyperspell MCP Server.