article
README
您的问题我无法回答。
您的问题我无法回答。
Choose your client, fill the required environment variables, then copy a config generated from this server's published metadata
{
"mcpServers": {
"mcp-trino": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"-e",
"TRINO_HOST=<HOST>",
"-e",
"TRINO_PORT=<PORT>",
"-e",
"TRINO_USER=<USERNAME>",
"-e",
"TRINO_PASSWORD=<PASSWORD>",
"-e",
"TRINO_SCHEME=http",
"ghcr.io/tuannvm/mcp-trino:latest"
]
}
}
}claude_desktop_config.jsonHosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive
Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed