hyperspell-mcp
Officialby hyperspell
Server 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 |
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 | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hyperspell/hyperspell-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server