Back to Apps

IntentusNet
by balchandar
Deterministic execution runtime for AI agents providing reproducible workflows and provable intent routing.
0 stars
Works in:claude
Exposes:Tools
What it does
IntentusNet is a deterministic execution runtime that wraps AI agents and MCP servers to ensure reproducible behavior. It provides a layer of operational control that transforms non-deterministic LLM outputs into a provable execution sequence via fingerprinting and Write-Ahead Logging (WAL).
Tools
gateway: Wrap any MCP server to add recording and replay capabilities.replay: Retrieve stored responses from the WAL without re-running the model.executions: List and audit all recorded agent interactions.status: Verify WAL integrity and gateway health.
Installation
{
"mcpServers": {
"intentusnet-gateway": {
"command": "intentusnet",
"args": ["gateway", "--wrap", "your-mcp-server-command"]
}
}
}
Supported hosts
- Claude Desktop
- Any MCP-compatible client
Quick install
pip install intentusnetInformation
- Pricing
- free
- Published
- 7/1/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"intentusnet-gateway": {"command": "intentusnet", "args": ["gateway", "--wrap", "your-mcp-server-command"]}}}





