Version 4.43 or later needs to be installed to add the server automatically
About
Hyperspell MCP Server.
Attribute | Details |
---|---|
Docker Image | mcp/hyperspell |
Author | hyperspell |
Repository | https://github.com/hyperspell/hyperspell-mcp |
Dockerfile | https://github.com/hyperspell/hyperspell-mcp/blob/main/Dockerfile |
Docker Image built by | Docker Inc. |
Docker Scout Health Score | |
Verify Signature | COSIGN_REPOSITORY=mcp/signatures cosign verify mcp/hyperspell --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub |
Licence |
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. |
Add File
Add a file or website from a URL to Hyperspell.
Parameters | Type | Description |
---|---|---|
url | string |
Add Memory
Add a plain text document or memory to Hyperspell.
Parameters | Type | Description |
---|---|---|
text | string | |
title | string optional |
Search Hyperspell
Search Hyperspell for documents and data.
Parameters | Type | Description |
---|---|---|
query | string |
{
"mcpServers": {
"hyperspell": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"USE_RESOURCES",
"-e",
"HYPERSPELL_COLLECTION",
"-e",
"HYPERSPELL_TOKEN",
"mcp/hyperspell"
],
"env": {
"USE_RESOURCES": "false",
"HYPERSPELL_COLLECTION": "",
"HYPERSPELL_TOKEN": "<app or user token>"
}
}
}
}
Manual installation
You can install the MCP server using:
Installation for