Loading MCP server directory, please wait...
Wraps sigrok-cli for signal analysis: capture data, decode protocols, and query instruments.
npx @getmcp/cli add io.github.KenosInc/sigrok-mcp-serverRequires Docker Engine. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.KenosInc/sigrok-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"SIGROK_CLI_PATH",
"-e",
"SIGROK_TIMEOUT_SECONDS",
"-e",
"SIGROK_WORKING_DIR",
"ghcr.io/kenosinc/sigrok-mcp-server:0.2.0"
],
"env": {
"SIGROK_CLI_PATH": "",
"SIGROK_TIMEOUT_SECONDS": "",
"SIGROK_WORKING_DIR": ""
}
}
}
}