productivity
Fellow MCP, CLI, and Lua Integration for AI Agents
Fellow integration docs for AI agents: MCP gateway setup, Fellow CLI commands, Lua API reference, credentials, and function schemas.Fellow for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Agent Surfaces
Machine-Readable Metadata
Runtime Requirements
| Name | Type | Description |
|---|---|---|
runtime | dependency |
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
fellow.fellow_get_current_user | Read read | 0 | Get the profile of the currently authenticated Fellow user. Returns name, email, and account details. |
fellow.fellow_list_notes | Read read | 4 | List Fellow notes with optional filters, includes, and pagination. |
fellow.fellow_get_note | Read read | 1 | Retrieve a Fellow note by ID. |
fellow.fellow_delete_note | Write write | 1 | Delete a Fellow note by ID. This endpoint requires a privileged Fellow API key. |
fellow.fellow_list_action_items | Read read | 5 | List action items from Fellow. Supports cursor-based pagination and optional status filtering. Returns action item titles, assignees, due dates, and completion status. |
fellow.fellow_get_action_item | Read read | 1 | Retrieve a Fellow action item by ID. |
fellow.fellow_mark_action_item_complete | Write write | 2 | Mark a Fellow action item complete or incomplete. |
fellow.fellow_archive_action_item | Write write | 1 | Archive a Fellow action item by marking it as won't do. |
fellow.fellow_list_recordings | Read read | 5 | List Fellow recordings with optional filters, includes, pagination, and media URL settings. |
fellow.fellow_get_recording | Read read | 1 | Retrieve a Fellow recording by ID. |
fellow.fellow_delete_recording | Write write | 1 | Delete a Fellow recording by ID. This endpoint requires a privileged Fellow API key. |
fellow.fellow_list_webhooks | Read read | 3 | List Fellow webhooks with optional page size, cursor, and JSON-encoded filters. |
fellow.fellow_create_webhook | Write write | 4 | Create a Fellow webhook endpoint for supported event types. |
fellow.fellow_get_webhook | Read read | 1 | Retrieve a Fellow webhook by ID. |
fellow.fellow_update_webhook | Write write | 6 | Update a Fellow webhook endpoint with partial fields. |
fellow.fellow_delete_webhook | Write write | 1 | Delete a Fellow webhook endpoint by ID. |
fellow.fellow_api_get | Read read | 2 | Call a relative Fellow API GET path for documented endpoints without a first-class tool. |
fellow.fellow_api_post | Write write | 2 | Call a relative Fellow API POST path for documented endpoints without a first-class tool. |
fellow.fellow_api_patch | Write write | 2 | Call a relative Fellow API PATCH path for documented endpoints without a first-class tool. |
fellow.fellow_api_delete | Write write | 2 | Call a relative Fellow API DELETE path for documented endpoints without a first-class tool. |