hyperspell-mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HYPERSPELL_TOKEN | Yes | A valid user or app token (refer to the Hyperspell docs for how to obtain a user token) | |
| HYPERSPELL_COLLECTION | No | The name of the collection you want to query and add data to. If not set, it will use the user's default collection instead | |
| HYPERSPELL_USE_RESOURCES | No | Set to 'false' (default) to expose everything as tools, 'true' to expose retrieving single documents or listing collections as resources instead, or 'both' if you want it all | false |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| List CollectionsB | Get a list of all collections on Hyperspell |
| Get CollectionC | Get a list of all documents in a collection |
| Get DocumentC | Get a document from a collection |
| Search HyperspellC | Search Hyperspell for documents and data. |
| Add FileC | Add a file or website from a URL to Hyperspell. |
| Add MemoryC | Add a plain text document or memory to Hyperspell. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |