|
1 | 1 | # Vanta MCP Server |
2 | 2 |
|
3 | | -A <a href="https://modelcontextprotocol.com/"> Model Context Protocol </a> server that provides access to Vanta's automated security compliance platform. Vanta helps organizations achieve and maintain compliance with security frameworks like SOC 2, ISO 27001, HIPAA, GDPR, and others through automated monitoring, evidence collection, and continuous security testing. This MCP server enables AI assistants to interact with Vanta's API to retrieve compliance test results, manage security findings, and access framework requirements. |
| 3 | +A [Model Context Protocol](https://modelcontextprotocol.com/) server that provides access to Vanta's automated security compliance platform. Vanta helps organizations achieve and maintain compliance with security frameworks like SOC 2, ISO 27001, HIPAA, GDPR, and others through automated monitoring, evidence collection, and continuous security testing. This MCP server enables AI assistants to interact with Vanta's API to retrieve compliance test results, manage security findings, and access framework requirements. |
4 | 4 |
|
5 | 5 | > **⚠️ Important Disclaimer:** This experimental server is currently in **public preview** and provides AI assistants with access to your Vanta compliance data. You may encounter bugs, errors or unexpected results. Always verify the accuracy and appropriateness of AI-generated responses before taking any compliance or security actions. Users are responsible for reviewing all outputs and ensuring they meet their organization's security and compliance requirements. |
6 | 6 |
|
@@ -46,16 +46,16 @@ A <a href="https://modelcontextprotocol.com/"> Model Context Protocol </a> serve |
46 | 46 |
|
47 | 47 | ### Vanta OAuth Credentials |
48 | 48 |
|
49 | | -1. Create OAuth credentials from the <a href="https://developer.vanta.com/docs/api-access-setup"> developer dashboard </a> |
50 | | -2. Save the `client_id` and `client_secret` to a env file: |
| 49 | +1. Create OAuth credentials from [Vanta's developer dashboard](https://developer.vanta.com/docs/api-access-setup) |
| 50 | +2. Save the `client_id` and `client_secret` to an env file: |
51 | 51 | ```json |
52 | 52 | { |
53 | 53 | "client_id": "your_client_id_here", |
54 | 54 | "client_secret": "your_client_secret_here" |
55 | 55 | } |
56 | 56 | ``` |
57 | 57 |
|
58 | | -> **Note:** Vanta currently only allows a single active access_token per Application today. [More info here](https://developer.vanta.com/docs/api-access-setup#authentication-and-token-retrieval) |
| 58 | +> **Note:** Vanta currently allows only a single active access_token per Application. [More info here](https://developer.vanta.com/docs/api-access-setup#authentication-and-token-retrieval) |
59 | 59 |
|
60 | 60 | ### Usage with Claude Desktop |
61 | 61 |
|
@@ -97,7 +97,7 @@ Add the server to your Cursor MCP settings: |
97 | 97 |
|
98 | 98 | ### Environment Variables |
99 | 99 |
|
100 | | -- `VANTA_ENV_FILE` (required): Absolute path to a file containing JSON OAuth credentials |
| 100 | +- `VANTA_ENV_FILE` (required): Absolute path to the JSON file containing your OAuth credentials |
101 | 101 | - `REGION` (optional): API region - `us`, `eu`, or `aus` (defaults to `us`) |
102 | 102 |
|
103 | 103 | ## Installation |
@@ -139,7 +139,7 @@ This will: |
139 | 139 | 2. Make the output executable |
140 | 140 | 3. Place built files in the `build/` directory |
141 | 141 |
|
142 | | -Now you can configure your Claude Desktop or Cursor to use the built executable: |
| 142 | +Now you can configure Claude Desktop or Cursor to use the built executable: |
143 | 143 |
|
144 | 144 | ```json |
145 | 145 | { |
|
0 commit comments