Skip to main content
Glama

hyperspell-mcp

Official
by hyperspell

配置

  • HYPERSPELL_TOKEN应该是一个有效的用户或应用程序令牌(有关如何获取用户令牌,请参阅Hyperspell 文档)。
  • 有些 MCP 客户端对资源的支持不太好(比如 Claude Desktop),所以我们可以将它们改为工具形式。将HYPERSPELL_USE_RESOURCES设置为false (默认值),可以将所有内容都显示为工具;设置true ,可以将检索单个文档或列表集合显示为资源;或者,如果您希望全部显示,则同时both
  • 可选地,将HYPERSPELL_COLLECTION设置为要查询并添加数据的集合的名称。如果未设置,则将使用用户的默认集合。

克劳德桌面

请注意,Claude 需要uv的绝对路径,可以通过which uv找到(通常是~/.local/bin/uv )。

{ "mcpServers": { "Hyperspell": { "command": "/path/to/uv", "args": [ "run", "--with", "hyperspell", "--with", "mcp[cli]", "mcp", "run", "/path/to/hyperspell_mcp/server.py" ], "env": { "HYPERSPELL_TOKEN": "<app or user token>", "USE_RESOURCES": "false" } } } }

使用检查器

创建一个包含以下内容的.env文件:

HYPERSPELL_TOKEN=... HYPERSPELL_USE_RESOURCES=true

然后运行此命令来启动检查器:

uv run mcp dev src/hyperspell_mcp/server.py
-
security - not tested
F
license - not found
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

Hyperspell 可让您将 AI 驱动的应用程序连接到任何数据 - 它是用于非结构化和半结构化数据的 Plaid。

  1. 克劳德桌面
    1. 使用检查器

      Related MCP Servers

      • -
        security
        A
        license
        -
        quality
        Allows you to explore and manipulate kintone data using AI tools such as Claude Desktop!
        Last updated -
        9
        Go
        MIT License
        • Apple
        • Linux
      • A
        security
        A
        license
        A
        quality
        Welcome to Hyperbrowser, the Internet for AI. Hyperbrowser is the next-generation platform empowering AI agents and enabling effortless, scalable browser automation. Built specifically for AI developers, it eliminates the headaches of local infrastructure and performance bottlenecks, allowing you to
        Last updated -
        10
        311
        274
        TypeScript
        MIT License
        • Linux
        • Apple
      • -
        security
        A
        license
        -
        quality
        Enables AI-powered applications to access and manipulate Airtable data directly from your IDE, supporting operations like querying, creating, updating, and deleting records through natural language commands.
        Last updated -
        MIT License
      • -
        security
        A
        license
        -
        quality
        A universal interface that enables AI Agents to seamlessly communicate with Adb MySQL databases, allowing them to retrieve database metadata and execute SQL operations.
        Last updated -
        1
        Python
        Apache 2.0

      View all related MCP servers

      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