Lib.contracts Runtime Server
Freeby MCP Community
MCP server runtime adapters for ContractSpec contracts
v3.7.18Added Apr 12, 2026
Lib.contracts Runtime Server MCP Server
MCP server runtime adapters for ContractSpec contracts
Installation
Reviews
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"]
}
}
}