Metadata-Version: 2.4
Name: sift-mcp
Version: 0.1.1
Summary: Sift MCP Server — Agent Execution Governance for Claude Desktop and other MCP clients
Author-email: Jason Walko <jason@walkosystems.com>
License: MIT
Project-URL: Homepage, https://sift.walkosystems.com
Project-URL: Repository, https://github.com/walkojas-boop/sift-mcp
Project-URL: Documentation, https://sift.walkosystems.com
Keywords: mcp,ai,agents,governance,sift,claude,llm,authorization
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Security
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: mcp[cli]>=1.2.0
Requires-Dist: httpx>=0.27.0
Requires-Dist: cryptography>=42.0.0

# Sift MCP Server

Add Sift's agent execution governance to any Claude client (Claude Desktop, Claude Code, etc.)

## What it does

Exposes 3 tools to Claude:
- `sift_authorize` -- get a signed authorization receipt before executing any real-world action
- `sift_check_policy` -- see what your agent is allowed to do
- `sift_register_agent` -- get onboarding instructions

## Install

```bash
pip install mcp httpx cryptography
```

## Add to Claude Desktop

Edit `~/Library/Application Support/Claude/claude_desktop_config.json` (Mac) or `%APPDATA%\Claude\claude_desktop_config.json` (Windows):

```json
{
  "mcpServers": {
    "sift": {
      "command": "python",
      "args": ["C:/path/to/sift_mcp_server.py"]
    }
  }
}
```

## Usage

Once installed, Claude will automatically have access to Sift's governance tools. Before any real-world action, Claude can call `sift_authorize` to get a signed receipt.

## Register your agent

Go to sift.walkosystems.com ($29/month) or email jason@walkosystems.com
