MCP Server
MCP
Thalovant MCP
Connect MCP clients to Thalovant control-plane and hub runtime APIs over stdio or Streamable HTTP.
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
By
Comments
Sign in to leave a comment