Metadata-Version: 2.4
Name: aivibe-mcp
Version: 0.21.0
Summary: MCP server for AIVibe platform data — read access plus draft-write, catalog-write, team-write, user-write, and org-membership-write tools for Cowork JD ingestion, consultant app prepopulation, org-chart ingestion, and library-role-template deploy. Includes active-org session scoping (#456): every write requires set_active_org first.
License-Expression: MIT
Requires-Python: >=3.10
Requires-Dist: httpx>=0.27
Requires-Dist: mcp>=1.7
Description-Content-Type: text/markdown

# aivibe-mcp

MCP server for read-only access to AIVibe platform data. Designed for Claude Desktop and Cowork.

## Installation

```bash
pipx install aivibe-mcp
```

## Setup

Run `aivibe setup` (from the `aivibe-cli` package) to configure your API key, or create `~/.aivibe/config.json` manually:

```json
{
  "api_key": "ak_...",
  "api_url": "https://api.aivibe.app"
}
```

Then add to your Claude Desktop config (`~/Library/Application Support/Claude/claude_desktop_config.json`):

```json
{
  "mcpServers": {
    "aivibe": {
      "command": "/full/path/to/aivibe-mcp",
      "args": []
    }
  }
}
```

Restart Claude Desktop. The AIVibe tools will appear automatically.

Requires Python 3.10+.
