fellow-mcp-server

dlightman/fellow-mcp-server
★ 0 stars Python AI/LLM Updated 14d ago
A custom Model Context Protocol (MCP) server that bridges MCP-compatible AI tools to the Fellow.ai Developer API. Runs as a Docker container on your local network, accepting JSON-RPC 2.0 messages over HTTP. Unlike Fellow's official read-only MCP server, this implementation provides full CRUD coverage of the Fellow.ai API.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "fellow-mcp-server": {
      "command": "uvx",
      "args": [
        "fellow-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install fellow-mcp-server

README Excerpt

A custom [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) server that bridges MCP-compatible AI tools to the [Fellow.ai Developer API](https://developer.fellow.app). Runs as a Docker container on your local network, accepting JSON-RPC 2.0 messages over HTTP. Unlike Fellow's official read-only MCP server, this implementation provides **full CRUD coverage** of the Fellow.ai API — including completing action items, deleting notes, managing webhooks, and more — with simple token-base

Tools (20)

FELLOW_API_KEYFELLOW_SUBDOMAINGUNICORN_WORKERSINFOLOG_LEVELMCP_AUTH_ENABLEDMCP_AUTH_TOKENMCP_ENDPOINT_PATHarchive_action_itemcomplete_action_itemcreate_webhookdelete_notedelete_recordingdelete_webhookget_action_itemget_current_userget_noteget_recordingget_webhooklist_action_items