KosmoKrator

other

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.

6 functions 5 read 1 write Bearer token auth

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.

Machine-Readable Metadata
integration_slug
fellow
route_slug
fellow
package
fellow
auth_strategy
bearer_token Bearer token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Fellow MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Fellow.

Fellow CLI Matrix

Use these pages for direct Fellow CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
fellow.fellow_list_meetings Read read 4 List meetings from Fellow. Supports date range filters and cursor-based pagination. Returns meeting IDs, titles, dates, attendees, and status.
fellow.fellow_get_meeting Read read 1 Get full details of a specific Fellow meeting by ID. Returns the meeting title, date, time, duration, attendees, notes, and action items.
fellow.fellow_create_note Write write 3 Create a note for a specific Fellow meeting. Use this to add meeting notes, summaries, or talking points.
fellow.fellow_list_action_items Read read 3 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_list_goals Read read 2 List goals from Fellow. Returns goal titles, descriptions, progress, assignees, and due dates.
fellow.fellow_get_current_user Read read 0 Get the profile of the currently authenticated Fellow user. Returns name, email, and account details.