sparsi-py

npolarski1/sparsi-py
★ 0 stars Python AI/LLM Updated today
Deterministic-first AI workflows for Python. Build modular, parallel DAGs and serve them as Model Context Protocol (MCP) servers.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sparsi-py": {
      "command": "uvx",
      "args": [
        "sparsi-py"
      ]
    }
  }
}

Or install with pip: pip install sparsi-py

README Excerpt

<p align="center"> <img src="sparsi_logo.svg" alt="sparsi-py logo" width="400"> </p> **Fewer tokens, lower latency, better results.** `sparsi-py` is a Python framework for building **deterministic-first AI workflows** and serving them as high-performance [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) servers.