MCP Server
Clew provides a Model Context Protocol (MCP) server, enabling AI agents to verify reproducibility and trace provenance autonomously.
Installation
pip install scitex-clew[mcp]
Starting the Server
clew mcp start
MCP Client Configuration
Add to your MCP client configuration (e.g., Claude Desktop, Cursor):
{
"mcpServers": {
"scitex-clew": {
"command": "clew",
"args": ["mcp", "start"]
}
}
}
Available Tools
Tool |
Description |
|---|---|
|
Git-status-like verification overview |
|
Verify a specific session run |
|
Trace file provenance chain |
|
Verify full DAG |
|
List tracked runs |
|
Database statistics |
|
Generate Mermaid DAG diagram |
|
Rerun full DAG in sandbox |
|
Rerun all claim-backing sessions |
Diagnostics
clew mcp doctor # Check dependencies and server health
clew mcp list-tools -vv # List tools with descriptions