← Back to Plugins
MCP Server MCP

HyperStore

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx hyperstore-mcp

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.store.hypergpt.ai/mcp"
    },
    {
      "type": "sse",
      "url": "https://mcp.store.hypergpt.ai/sse"
    }
  ],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "hyperstore-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "oci",
      "identifier": "ghcr.io/deficlow/hyperstore-mcp:0.1.1",
      "transport": {
        "type": "streamable-http",
        "url": "http://localhost:8080/mcp"
      }
    }
  ]
}
mcp model-context-protocol streamable-http sse pypi oci

Comments

Sign in to leave a comment

Loading comments...