Skip to content

Commit 9f83846

Browse files
authored
Merge pull request #22 from VantaInc/showzeb/AI-784
Updating readme
2 parents 14b4f61 + 57343a1 commit 9f83846

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ npm run build
125125
npm start
126126
```
127127

128-
## Build
128+
## Build from Source
129129

130130
To build from source:
131131

@@ -139,6 +139,22 @@ This will:
139139
2. Make the output executable
140140
3. Place built files in the `build/` directory
141141

142+
Now you can configure your Claude Desktop or Cursor to use the built executable:
143+
144+
```json
145+
{
146+
"mcpServers": {
147+
"Vanta": {
148+
"command": "node",
149+
"args": ["/absolute/path/to/vanta-mcp-server/build/index.js"],
150+
"env": {
151+
"VANTA_ENV_FILE": "/absolute/path/to/your/vanta-credentials.env"
152+
}
153+
}
154+
}
155+
}
156+
```
157+
142158
## Debugging
143159

144160
You can use the MCP Inspector to debug the server:

0 commit comments

Comments
 (0)