modei-sdk

StandardLogic/modei-sdk
★ 0 stars Python 🤖 AI/LLM Updated 6d ago
MCP server for Modus — Manage agent passports, gates, and enforcement policies from Claude Desktop or any MCP client
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": {
    "modei-sdk": {
      "command": "uvx",
      "args": [
        "modei-sdk"
      ]
    }
  }
}

Or install with pip: pip install modei-sdk

README Excerpt

The trust layer for AI agents. Gates protect your tools. Passports authorize your agents. Everything verified locally. This repo contains three packages: | Package | Directory | Published as | Description | |---------|-----------|--------------|-------------| | **MCP Server** | [`mcp/`](mcp/) | [`modei-mcp`](https://www.npmjs.com/package/modei-mcp) on npm | MCP server for managing Modei infrastructure from Claude, Cursor, or any MCP client |