← Back to Plugins
MCP Server MCP

Thalovant MCP

github By github 👁 1 views ▲ 0 votes

Connect MCP clients to Thalovant control-plane and hub runtime APIs over stdio or Streamable HTTP.

Homepage Verified source GitHub

Install

npx -y @thalovant/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@thalovant/mcp-server",
      "version": "0.1.12",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "oci",
      "identifier": "ghcr.io/thalovant/thalovant-mcp:0.1.12",
      "transport": {
        "type": "streamable-http",
        "url": "http://127.0.0.1:3000/mcp"
      }
    }
  ]
}
mcp model-context-protocol npm oci

Comments

Sign in to leave a comment

Loading comments...