Hyperspell

Hyperspell

Hyperspell MCP Server.

2.2K

3 Tools

Packaged by
Requires Secrets
Add to Docker Desktop

Version 4.43 or later needs to be installed to add the server automatically

About

Hyperspell MCP Server

Hyperspell MCP Server.

What is an MCP Server?

Characteristics

AttributeDetails
Docker Imagemcp/hyperspell
Authorhyperspell
Repositoryhttps://github.com/hyperspell/hyperspell-mcp
Dockerfilehttps://github.com/hyperspell/hyperspell-mcp/blob/main/Dockerfile
Docker Image built byDocker Inc.
Docker Scout Health ScoreDocker Scout Health Score
Verify SignatureCOSIGN_REPOSITORY=mcp/signatures cosign verify mcp/hyperspell --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub
Licence

Available Tools (3)

Tools provided by this ServerShort Description
Add FileAdd a file or website from a URL to Hyperspell.
Add MemoryAdd a plain text document or memory to Hyperspell.
Search HyperspellSearch Hyperspell for documents and data.

Tools Details

Tool: Add File

Add a file or website from a URL to Hyperspell.

ParametersTypeDescription
urlstring

Tool: Add Memory

Add a plain text document or memory to Hyperspell.

ParametersTypeDescription
textstring
titlestringoptional

Tool: Search Hyperspell

Search Hyperspell for documents and data.

ParametersTypeDescription
querystring

Use this MCP Server

{
  "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>"
      }
    }
  }
}

Why is it safer to run MCP Servers with Docker?

Manual installation

You can install the MCP server using:

Installation for

Related servers