Skip to content

Lib.contracts Runtime Server

Free

by MCP Community

MCP server runtime adapters for ContractSpec contracts

v3.7.18Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Lib.contracts Runtime Server MCP Server

MCP server runtime adapters for ContractSpec contracts

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @contractspec/lib.contracts-runtime-server-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "lib.contracts-runtime-server": {
      "command": "npx",
      "args": ["-y", "@contractspec/lib.contracts-runtime-server-mcp"]
    }
  }
}