Frame Pulse MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TELEGRAM_CHAT_ID | No | Telegram chat ID for notifications | |
| TELEGRAM_BOT_TOKEN | No | Telegram bot token for notifications |
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 |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| check_system_healthA | Check if workstation is safe for heavy creative workloads. |
| scan_creative_appsC | Find active creative applications (Blender, Unreal, Maya, etc.). |
| throttle_processA | Reduce CPU priority of a process to prevent overheating. ALIASES: Also responds to "deprioritize" for clarity. Args: target_pid: Process ID to throttle. If None, auto-throttles highest CPU consumer. Returns: Confirmation message with explanation of what was done. |
| deprioritize_processA | SAME AS THROTTLE — reduces CPU priority of a process. Use this if "throttle" sounds too aggressive. Same function, clearer language. Args: target_pid: Process ID to deprioritize. If None, auto-selects highest CPU consumer. Returns: Confirmation with full explanation of effects. |
| emergency_throttle_processA | EMERGENCY: Immediately reduce priority without confirmation. Use when:
Returns: Action taken, minimal explanation. |
| restore_priorityA | Restore a throttled process to normal CPU priority. Use this to 'undo' a throttle/deprioritize if you throttled the wrong process or if your main render finished and you want full performance back. Args: target_pid: Process ID to restore to normal priority (REQUIRED, no auto-detect for safety) Returns: Confirmation of priority restoration. |
| prioritize_processA | Give a process HIGHER than normal CPU priority. WARNING: Use sparingly. High priority can make system unresponsive. Use only when:
Args: target_pid: Process ID to boost (REQUIRED) Returns: Confirmation with warning about side effects. |
| get_thermal_status_aliasD | Alias for check_system_health. |
| find_render_processes_aliasC | Alias for scan_creative_apps. |
| emergency_throttle_aliasD | Alias for throttle_process. |
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/IdaAkiwumi/frame-pulse-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server