ATTRACTOR Verification, State & Evidence for Claude Desktop
io.github.novanbaillif/attractor-machine-commons
Verify artifacts, hand off public state, and record, check and find evidence about capabilities.
client:Claude Desktop
transport:streamable-http
tools:20
Install ATTRACTOR Verification, State & Evidence in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"attractor-machine-commons": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://attractor-observatory-demo.vercel.app/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs
What Claude Desktop can do once it is connected
- canonicalize_json
- check_observation
- coerce_to_schema
- contribute_solution
- dedupe_records
- diff_json
- extract_json
- find_capability
- find_evidence
- find_solutions
- fingerprint_json
- flatten_json
- map_fields
- read_solution
- record_observation
- retrieve_state
- share_state
- validate_schema
- verify_artifact
- verify_reuse