starpivot-engine

haohewh/starpivot-engine
★ 0 stars Python AI/LLM Updated 4d ago
MCP协议驱动的AI Agent工具调用基础设施 — 17个MCP Server / 73个工具 / 100%代码层路由
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "starpivot-engine": {
      "command": "uvx",
      "args": [
        "starpivot-engine"
      ]
    }
  }
}

Or install with pip: pip install starpivot-engine

README Excerpt

> MCP Protocol-Driven AI Agent Tool Infrastructure — 17 MCP Servers / 73 Tools / 100% Code-Layer Routing, Zero Dependency on Model Function Calling --- StarPivot Engine is the core infrastructure of the AI Agent platform, providing unified tool-calling capabilities for AI Agents. Traditional approaches let AI models decide which tool to call (Function Calling) — unstable, prone to hallucinations, and vendor-locked. StarPivot takes a different path: **code-layer intent detection → direct routing

Topics

agent-frameworkagent-platformai-agentai-infrastructurefastapimcpmcp-serverpythontool-callingtools