Connect MCP clients to Thalovant control-plane and hub runtime APIs over stdio or Streamable HTTP.
claude mcp add thalovant-mcp -- npx -y @thalovant/mcp-server
claude_desktop_config.json
{
"mcpServers": {
"thalovant-mcp": {
"command": "npx",
"args": [
"-y",
"@thalovant/mcp-server"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"thalovant-mcp": {
"command": "npx",
"args": [
"-y",
"@thalovant/mcp-server"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"thalovant-mcp": {
"command": "npx",
"args": [
"-y",
"@thalovant/mcp-server"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"thalovant-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@thalovant/mcp-server"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"thalovant-mcp": {
"command": "npx",
"args": [
"-y",
"@thalovant/mcp-server"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.thalovant--thalovant-mcp/reviews or the review_server meta-tool.
POST /mcp