openocd-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GDB_PATH | No | Path to the GDB executable (e.g., arm-none-eabi-gdb). | |
| OPENOCD_PATH | No | Path to the OpenOCD executable. | |
| OPENOCD_SCRIPTS | No | Path to the OpenOCD scripts directory. |
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 |
|---|---|
| set_projectB | Set current project directory and load debug configurations from .vscode/launch.json. |
| refresh_debug_targetsA | Reload launch.json from current project and return available debug configurations. |
| flash_downloadB | Flash firmware once using specified launch configuration without starting debug session. |
| debug_startC | Start debug session using specified launch configuration. |
| debug_stopA | Stop current active debug session and terminate OpenOCD/GDB processes. |
| debug_commandC | Execute one GDB command in current active debug session. |
| debug_statusA | Get current debug session status and available configuration names in JSON string format. |
| get_runtime_configA | Return currently effective OpenOCD/GDB runtime configuration and value sources for troubleshooting. |
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/luiox/openocd-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server