MCP Server
Active
MIT
io.github.DrBaher/contract-ops-mcp MCP Server
io.github.DrBaher/contract-ops-mcp
What is the io.github.DrBaher/contract-ops-mcp MCP server?
One MCP server for the contract-ops suite: all nine local-first CLIs as agent tools.
How to install io.github.DrBaher/contract-ops-mcp
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": {
"contract-ops-mcp": {
"command": "npx",
"args": [
"-y",
"contract-ops-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"contract-ops-mcp": {
"command": "npx",
"args": [
"-y",
"contract-ops-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"contract-ops-mcp": {
"command": "npx",
"args": [
"-y",
"contract-ops-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"contract-ops-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"contract-ops-mcp"
]
}
}
}Claude Code
claude mcp add contract-ops-mcp -- npx -y contract-ops-mcpRelated MCP servers
MCP server for compare-cli: contract version diff/redline and a drift gate as agent tools.
0
View repository →JavaScript
MIT
Agent-first e-signature MCP server with offline PAdES signing and hash-chained audit.
0
View repository →TypeScript
MIT