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_tokenBearer token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Fellow CLIHeadless setup and direct function calls. Fellow MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Fellow MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Fellow.
Claude Code Fellow MCP setup for Claude Code. Cursor Fellow MCP setup for Cursor. Codex Fellow MCP setup for Codex. OpenAI Agents Fellow MCP setup for OpenAI Agents SDK. Claude Agent SDK Fellow MCP setup for Claude Agent SDK. Vercel AI SDK Fellow MCP setup for Vercel AI SDK. LangChain Fellow MCP setup for LangChain. LangGraph Fellow MCP setup for LangGraph. CrewAI Fellow MCP setup for CrewAI. MCP clients Fellow MCP setup for Generic MCP Clients.
Fellow CLI Matrix
Use these pages for direct Fellow CLI workflows in scripts, CI, cron, and agent wrappers.
CI Fellow CLI for CI. Cron Jobs Fellow CLI for cron jobs. Shell Scripts Fellow CLI for shell scripts. Headless Automation Fellow CLI for headless automation. Coding Agents Fellow CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
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. |