We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48d2d64 commit f6d1e58Copy full SHA for f6d1e58
README.md
@@ -1,10 +1,14 @@
1
# fern-mcp-server
2
3
+Install dependencies and start the development server:
4
+
5
```shell
6
npm install
7
npm start
8
```
9
10
+Add the following to your MCP config file:
11
12
```json
13
{
14
"mcpServers": {
@@ -16,5 +20,9 @@ npm start
16
20
}
17
21
18
22
23
+https://modelcontextprotocol.io/quickstart/user
24
+https://docs.cursor.com/context/model-context-protocol
25
+https://docs.windsurf.com/windsurf/mcp
26
19
27

28

0 commit comments