MCP Server
MCP
Onde Inference CLI
Manage your Onde Inference account and models: apps, model catalog, fine-tuned GGUF deploys.
Install
npx -y @ondeinference/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@ondeinference/cli",
"version": "0.4.1",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "Run the CLI as an MCP server over stdio instead of launching the TUI.",
"isRequired": true,
"type": "named",
"name": "--mcp"
}
]
},
{
"registryType": "nuget",
"registryBaseUrl": "https://api.nuget.org/v3/index.json",
"identifier": "Onde.Cli",
"version": "0.4.1",
"runtimeHint": "dnx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "Run the CLI as an MCP server over stdio instead of launching the TUI.",
"isRequired": true,
"type": "named",
"name": "--mcp"
}
]
}
]
}
mcp
model-context-protocol
npm
nuget
By
Comments
Sign in to leave a comment