fellow-mcp-server

ccsi-sandbox/fellow-mcp-server
★ 0 stars Python AI/LLM Updated today
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.
View on GitHub → Try with Claude — $10 free →

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