Skip to main content
Glama
tolatolatop

RunningHub MCP Server

by tolatolatop

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
RUNNINGHUB_API_KEYYesRunningHub API 密钥
RUNNINGHUB_API_HOSTNoAPI 主机地址www.runninghub.cn
RUNNINGHUB_TASK_STORE_PATHNo任务持久化文件路径~/.runninghub/tasks.json

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tasks
{
  "list": {},
  "cancel": {},
  "requests": {
    "tools": {
      "call": {}
    },
    "prompts": {
      "get": {}
    },
    "resources": {
      "read": {}
    }
  }
}
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_node_infoA

Get the configurable node list of an AI application. Returns all modifiable node info (nodeId, fieldName, fieldType, fieldValue).

upload_fileA

Upload a local file to RunningHub platform. Supports IMAGE, AUDIO, VIDEO types. Returns the uploaded fileName for use in node fieldValue.

submit_taskA

Submit an AI application task. Requires webapp_id and node_info_list. Returns taskId for subsequent status queries. The task is automatically saved to local persistent storage.

query_task_outputsA

Query the execution status and output of a task. Status codes: 0=completed, 804=running, 813=queued, 805=failed. Returns output file URLs when completed.

run_task_and_waitA

Submit an AI application task and wait for completion (auto-polling). Combines submit_task + query_task_outputs into a full workflow. Default max wait is 10 minutes with 5-second polling interval. Task status is automatically synced to persistent storage.

list_tasksA

List tasks from local persistent storage. Supports filtering by status (pending/queued/running/completed/failed). Results are sorted by last update time in descending order.

get_task_detailB

Get detailed information of a specific task from local persistent storage.

sync_task_statusA

Sync task status from RunningHub API to local persistent storage. Useful for refreshing status of previously timed-out tasks.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tolatolatop/runninghub-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server