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.
2 parents 14b4f61 + 57343a1 commit 9f83846Copy full SHA for 9f83846
README.md
@@ -125,7 +125,7 @@ npm run build
125
npm start
126
```
127
128
-## Build
+## Build from Source
129
130
To build from source:
131
@@ -139,6 +139,22 @@ This will:
139
2. Make the output executable
140
3. Place built files in the `build/` directory
141
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
158
## Debugging
159
160
You can use the MCP Inspector to debug the server:
0 commit comments