This guide explains how to connect your AI assistant to the AMF Doctrine MCP Server, regardless of your operating system or AI client.
mcp-remote (the bridge that connects your AI client to the server) is a Node.js package. You don't need to know Node.js β it is only used to run mcp-remote.
.msi installer and follow the steps (leave all defaults)node --version
npx --version
Both commands should return a version number (e.g. v20.11.0).
Option A β Official installer (recommended for beginners):
.pkg and follow the stepsnode --version
npx --version
Option B β Homebrew (recommended if already installed):
brew install node
Ubuntu / Debian:
curl -fsSL <https://deb.nodesource.com/setup_lts.x> | sudo -E bash -
sudo apt-get install -y nodejs
node --version