fern-mcp-server

fern-mcp-server

3.1

If you are the rightful owner of fern-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Model Context Protocol (MCP) server is a framework designed to facilitate communication between different components of a machine learning model ecosystem, enabling seamless integration and interaction.

fern-mcp-server

Install dependencies and start the development server:

npm install
npm start

Add the following to your MCP config file:

{
  "mcpServers": {
    "fern": {
      "command": "node",
      "args": ["<PATH_TO_PROJECT>/fern-mcp-server/dist/index.js"]
    }
  }
}

https://modelcontextprotocol.io/quickstart/user

https://docs.cursor.com/context/model-context-protocol

https://docs.windsurf.com/windsurf/mcp