Sigrok MCP Server
Rank #19,414io.github.KenosInc/sigrok-mcp-server
MCP server providing sigrok-server capabilities
Sigrok MCP Server is a Model Context Protocol (MCP) server published by kenosinc. It ranks #19,414 of 132,113 servers tracked on MCP Toplist, and its repository has 11 GitHub stars. Sigrok MCP Server is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 2 tracked versions. It was first listed on Feb 9, 2026 and most recently updated on Feb 25, 2026.
Ranks ahead of 112,699 of 132,113 servers on MCP Toplist.
Use Sigrok MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add sigrok-mcp-server -e "SIGROK_CLI_PATH=<your SIGROK_CLI_PATH>" -e "SIGROK_TIMEOUT_SECONDS=<your SIGROK_TIMEOUT_SECONDS>" -e "SIGROK_WORKING_DIR=<your SIGROK_WORKING_DIR>" -- docker run -i --rm ghcr.io/kenosinc/sigrok-mcp-server:0.2.0Replace each placeholder with your own value before saving.
[mcp_servers.sigrok-mcp-server]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/kenosinc/sigrok-mcp-server:0.2.0"]
[mcp_servers.sigrok-mcp-server.env]
SIGROK_CLI_PATH = "<your SIGROK_CLI_PATH>"
SIGROK_TIMEOUT_SECONDS = "<your SIGROK_TIMEOUT_SECONDS>"
SIGROK_WORKING_DIR = "<your SIGROK_WORKING_DIR>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sigrok-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/kenosinc/sigrok-mcp-server:0.2.0"
],
"env": {
"SIGROK_CLI_PATH": "<your SIGROK_CLI_PATH>",
"SIGROK_TIMEOUT_SECONDS": "<your SIGROK_TIMEOUT_SECONDS>",
"SIGROK_WORKING_DIR": "<your SIGROK_WORKING_DIR>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sigrok-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/kenosinc/sigrok-mcp-server:0.2.0"
],
"env": {
"SIGROK_CLI_PATH": "<your SIGROK_CLI_PATH>",
"SIGROK_TIMEOUT_SECONDS": "<your SIGROK_TIMEOUT_SECONDS>",
"SIGROK_WORKING_DIR": "<your SIGROK_WORKING_DIR>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"sigrok-mcp-server": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/kenosinc/sigrok-mcp-server:0.2.0"
],
"env": {
"SIGROK_CLI_PATH": "<your SIGROK_CLI_PATH>",
"SIGROK_TIMEOUT_SECONDS": "<your SIGROK_TIMEOUT_SECONDS>",
"SIGROK_WORKING_DIR": "<your SIGROK_WORKING_DIR>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sigrok-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/kenosinc/sigrok-mcp-server:0.2.0"
],
"env": {
"SIGROK_CLI_PATH": "<your SIGROK_CLI_PATH>",
"SIGROK_TIMEOUT_SECONDS": "<your SIGROK_TIMEOUT_SECONDS>",
"SIGROK_WORKING_DIR": "<your SIGROK_WORKING_DIR>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sigrok-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/kenosinc/sigrok-mcp-server:0.2.0"
],
"env": {
"SIGROK_CLI_PATH": "<your SIGROK_CLI_PATH>",
"SIGROK_TIMEOUT_SECONDS": "<your SIGROK_TIMEOUT_SECONDS>",
"SIGROK_WORKING_DIR": "<your SIGROK_WORKING_DIR>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.KenosInc%2Fsigrok-mcp-server)<a href="https://mcptoplist.com/server/io.github.KenosInc%2Fsigrok-mcp-server"><img src="https://mcptoplist.com/badge/io.github.KenosInc%2Fsigrok-mcp-server.svg" alt="MCP Toplist: Top 25% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
kenosinc
Other servers by kenosinc
View all kenosinc servers →Available versions (2)
| Version | Published |
|---|---|
| 0.2.0 | Feb 25, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Sigrok MCP Server?
- Sigrok MCP Server is maintained by kenosinc, which publishes 2 MCP servers (6 total versions) tracked on MCP Toplist.
- Is Sigrok MCP Server listed on the Official MCP Registry?
- Yes — Sigrok MCP Server is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does Sigrok MCP Server have?
- MCP Toplist tracks 2 versions of Sigrok MCP Server, most recently published on Feb 25, 2026.
- Where can I find the source code for Sigrok MCP Server?
- The source code for Sigrok MCP Server is hosted at github.com/kenosinc/sigrok-mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.