Rust + WASM sublinear-time solver for asymmetric diagonally dominant systems. Exposes Neumann series, push, and hybrid random-walk algorithms with npm/npx CLI and Flow-Nexus HTTP streaming for swarm cost propagation and verification.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"sublinear-time-solve": {
"command": "cargo",
"args": [
"run",
"--",
"sublinear-time-solver"
]
}
}
}
Run in terminal:
claude mcp add sublinear-time-solve cargo run -- sublinear-time-solver
Add to .cursor/mcp.json:
{
"mcpServers": {
"sublinear-time-solve": {
"command": "cargo",
"args": [
"run",
"--",
"sublinear-time-solver"
]
}
}
}