Skip to content

Commit 5526204

Browse files
docs(mcp): add a README link to add server to VS Code or Claude Code
1 parent d8c690d commit 5526204

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

packages/mcp-server/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,22 @@ in Cursor's `mcp.json`, which can be found in Cursor Settings > Tools & MCP > Ne
4141

4242
[![Add to Cursor](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/en-US/install-mcp?name=@flowglad/node-mcp&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsIkBmbG93Z2xhZC9ub2RlLW1jcCJdLCJlbnYiOnsiRkxPV0dMQURfU0VDUkVUX0tFWSI6IlNldCB5b3VyIEZMT1dHTEFEX1NFQ1JFVF9LRVkgaGVyZS4ifX0)
4343

44+
### VS Code
45+
46+
If you use MCP, you can install the MCP server by clicking the link below. You will need to set your environment variables
47+
in VS Code's `mcp.json`, which can be found via Command Palette > MCP: Open User Configuration.
48+
49+
[Open VS Code](https://vscode.stainless.com/mcp/%7B%22name%22%3A%22%40flowglad%2Fnode-mcp%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22%40flowglad%2Fnode-mcp%22%5D%2C%22env%22%3A%7B%22FLOWGLAD_SECRET_KEY%22%3A%22Set%20your%20FLOWGLAD_SECRET_KEY%20here.%22%7D%7D)
50+
51+
### Claude Code
52+
53+
If you use Claude Code, you can install the MCP server by running the command below in your terminal. You will need to set your
54+
environment variables in Claude Code's `.claude.json`, which can be found in your home directory.
55+
56+
```
57+
claude mcp add --transport stdio flowglad_node_api --env FLOWGLAD_SECRET_KEY="Your FLOWGLAD_SECRET_KEY here." -- npx -y @flowglad/node-mcp
58+
```
59+
4460
## Exposing endpoints to your MCP Client
4561

4662
There are three ways to expose endpoints as tools in the MCP server:

0 commit comments

Comments
 (0)