Skip to content

Commit f6d1e58

Browse files
committed
Add slightly more detailed setup instructions to README
1 parent 48d2d64 commit f6d1e58

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# fern-mcp-server
22

3+
Install dependencies and start the development server:
4+
35
```shell
46
npm install
57
npm start
68
```
79

10+
Add the following to your MCP config file:
11+
812
```json
913
{
1014
"mcpServers": {
@@ -16,5 +20,9 @@ npm start
1620
}
1721
```
1822

23+
https://modelcontextprotocol.io/quickstart/user
24+
https://docs.cursor.com/context/model-context-protocol
25+
https://docs.windsurf.com/windsurf/mcp
26+
1927
![Screenshot 1](static/screenshot-1.png)
2028
![Screenshot 2](static/screenshot-2.png)

0 commit comments

Comments
 (0)