sigil-mcp
Rank #7,015io.github.cdrn/sigil
Local keystore + MCP server. Claude can sign EVM transactions but never sees the private key.
sigil-mcp is a Model Context Protocol (MCP) server published by cdrn. It ranks #7,015 of 132,046 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. sigil-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 4 tracked versions. It was first listed on May 14, 2026 and most recently updated on May 20, 2026.
Ranks ahead of 125,031 of 132,046 servers on MCP Toplist.
Use sigil-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add sigil -e "SIGIL_HOME=<your SIGIL_HOME>" -e "SIGIL_CONTROL_SOCK=<your SIGIL_CONTROL_SOCK>" -- npx -y sigildReplace each placeholder with your own value before saving.
[mcp_servers.sigil]
command = "npx"
args = ["-y", "sigild"]
[mcp_servers.sigil.env]
SIGIL_HOME = "<your SIGIL_HOME>"
SIGIL_CONTROL_SOCK = "<your SIGIL_CONTROL_SOCK>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sigil": {
"command": "npx",
"args": [
"-y",
"sigild"
],
"env": {
"SIGIL_HOME": "<your SIGIL_HOME>",
"SIGIL_CONTROL_SOCK": "<your SIGIL_CONTROL_SOCK>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sigil": {
"command": "npx",
"args": [
"-y",
"sigild"
],
"env": {
"SIGIL_HOME": "<your SIGIL_HOME>",
"SIGIL_CONTROL_SOCK": "<your SIGIL_CONTROL_SOCK>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"sigil": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"sigild"
],
"env": {
"SIGIL_HOME": "<your SIGIL_HOME>",
"SIGIL_CONTROL_SOCK": "<your SIGIL_CONTROL_SOCK>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sigil": {
"command": "npx",
"args": [
"-y",
"sigild"
],
"env": {
"SIGIL_HOME": "<your SIGIL_HOME>",
"SIGIL_CONTROL_SOCK": "<your SIGIL_CONTROL_SOCK>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sigil": {
"command": "npx",
"args": [
"-y",
"sigild"
],
"env": {
"SIGIL_HOME": "<your SIGIL_HOME>",
"SIGIL_CONTROL_SOCK": "<your SIGIL_CONTROL_SOCK>"
}
}
}
}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.cdrn%2Fsigil)<a href="https://mcptoplist.com/server/io.github.cdrn%2Fsigil"><img src="https://mcptoplist.com/badge/io.github.cdrn%2Fsigil.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
cdrn
Available versions (4)
| Version | Published |
|---|---|
| 0.0.6 | May 20, 2026 |
| 0.0.4 | May 18, 2026 |
| 0.0.3 | May 17, 2026 |
| 0.0.2 | May 17, 2026 |
Frequently asked questions
- Who maintains sigil-mcp?
- sigil-mcp is maintained by cdrn, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is sigil-mcp listed on the Official MCP Registry?
- Yes — sigil-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does sigil-mcp have?
- MCP Toplist tracks 4 versions of sigil-mcp, most recently published on May 20, 2026.
- Where can I find the source code for sigil-mcp?
- The source code for sigil-mcp is hosted at github.com/cdrn/sigil.
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.