MCP Server
Active
MIT
io.github.DrBaher/sign-cli MCP Server
io.github.DrBaher/sign-cli
What is the io.github.DrBaher/sign-cli MCP server?
Agent-first e-signature MCP server with offline PAdES signing and hash-chained audit.
How to install io.github.DrBaher/sign-cli
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"sign-cli": {
"command": "npx",
"args": [
"-y",
"@drbaher/sign-cli"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"sign-cli": {
"command": "npx",
"args": [
"-y",
"@drbaher/sign-cli"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"sign-cli": {
"command": "npx",
"args": [
"-y",
"@drbaher/sign-cli"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"sign-cli": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@drbaher/sign-cli"
]
}
}
}Claude Code
claude mcp add sign-cli -- npx -y @drbaher/sign-cliRelated MCP servers
MCP server for compare-cli: contract version diff/redline and a drift gate as agent tools.
0
View repository →JavaScript
MIT
One MCP server for the contract-ops suite: all nine local-first CLIs as agent tools.
0
View repository →JavaScript
MIT