HomeSearch & Research › HyperStore

HyperStore

Search and inspect 6,500+ curated AI apps from the HyperStore directory.

Python CloudLocal Remote
★ 1 stars Last pushed 2026-06-20 License: MIT

Topics: Search & Data Extraction

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.store.hypergpt.ai/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http hyperstore-mcp https://mcp.store.hypergpt.ai/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "hyperstore-mcp": {
      "url": "https://mcp.store.hypergpt.ai/mcp"
    }
  }
}

Remote (sse)

https://mcp.store.hypergpt.ai/sse HTTP 404 when checked 2026-09-24

Claude Code:

claude mcp add --transport sse hyperstore-mcp https://mcp.store.hypergpt.ai/sse

Or add to your MCP client config:

{
  "mcpServers": {
    "hyperstore-mcp": {
      "url": "https://mcp.store.hypergpt.ai/sse"
    }
  }
}

Package (pypi 0.1.1)

uvx hyperstore-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "hyperstore-mcp": {
      "command": "uvx",
      "args": [
        "hyperstore-mcp"
      ]
    }
  }
}

Package (oci)

Package: oci ghcr.io/deficlow/hyperstore-mcp:0.1.1

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry