★ 62 stars
Rust
💬 Communication
Updated 1mo ago
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.
View on GitHub →
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"
]
}
}
}
Topics
asymmetric-matricesconjugate-gradient-methoddiagonally-dominantdistributed-solversedge-computing-algorithmsgraph-laplacianiterative-solversmcp-toolsmodel-context-protocolnetwork-flow-optimizationneumann-seriesnumerical-linear-algebrapagerank-algorithmrust-wasmscientific-computing