Skip to content

Commit 6042a69

Browse files
docs(mcp): add a README link to add server to VS Code or Claude Code
1 parent 47ef370 commit 6042a69

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=isaacus-mcp&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsImlzYWFjdXMtbWNwIl0sImVudiI6eyJJU0FBQ1VTX0FQSV9LRVkiOiJTZXQgeW91ciBJU0FBQ1VTX0FQSV9LRVkgaGVyZS4ifX0)
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%22isaacus-mcp%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22isaacus-mcp%22%5D%2C%22env%22%3A%7B%22ISAACUS_API_KEY%22%3A%22Set%20your%20ISAACUS_API_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 isaacus_api --env ISAACUS_API_KEY="Your ISAACUS_API_KEY here." -- npx -y isaacus-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)