Metadata-Version: 2.5
Name: keanan-mcp
Version: 0.1.0
Summary: MCP server for Keanan: connect Claude, Cursor and other AI clients to your people ops workspace.
Author-email: Keanan <hello@keanan.app>
License: Proprietary
Requires-Python: >=3.11
Requires-Dist: httpx<1,>=0.27
Requires-Dist: mcp<3,>=2.0
Requires-Dist: uvicorn<1,>=0.30
Description-Content-Type: text/markdown

# keanan-mcp

MCP server for [Keanan](https://keanan.app). It lets Claude, Cursor and other
MCP clients read your time off balance, track time, request leave and more,
with your own permissions.

```
KEANAN_URL=https://acme.keanan.app/api/v1 KEANAN_API_KEY=kn_live_... uvx keanan-mcp
```

Create the key under Settings, Developers in your workspace. Writes are
previewed first and only sent when the tool is called with `confirm=true`.

Hosted: every Keanan instance also serves the same server at
`https://<workspace>/mcp/` (Streamable HTTP) with `Authorization: Bearer kn_live_...`.
