RunningHub MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RUNNINGHUB_API_KEY | Yes | RunningHub API 密钥 | |
| RUNNINGHUB_API_HOST | No | API 主机地址 | www.runninghub.cn |
| RUNNINGHUB_TASK_STORE_PATH | No | 任务持久化文件路径 | ~/.runninghub/tasks.json |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| 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
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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