MCP (Model Context Protocol)
Think of MCP as a common language or set of rules that helps organize, exchange, and make sense of information that is shared between different components.
MCP in Hubro provides a consistent and unified way to exchange information with other components, such as LLM models.
How to use integrated MCP provider
Here's how you can use MCP in Claude Desktop
{
"mcpServers": {
"Hubro": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"supercorp/supergateway",
"--sse",
"http://live.hubroplatform.no/api/sse",
"--oauth2Bearer",
"access-token"
]
}
}
}
Last modified: 23 April 2025