Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
"integrations/postgres",
"integrations/raycast",
"integrations/sentry",
"integrations/snyk",
"integrations/slack",
"integrations/supabase",
"integrations/aws",
Expand Down
4 changes: 4 additions & 0 deletions images/integrations/snyk.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 51 additions & 0 deletions integrations/snyk.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
---
title: "Snyk"
description: "Security scanning context for dependencies, code, IaC, and containers."
---

<Frame>
<img src="/images/integrations/snyk.svg" alt="Snyk" />
</Frame>

## Features

- OAuth connection to your Snyk organization
- MCP server access to Snyk security data during agent sessions
- Support for dependency, code, IaC, and container security scanning workflows
- Automatic token refresh for OAuth connections

## Installation

<Steps>
<Step title="Install">
Go to [Integrations](https://app.tembo.io/integrations) and click **Install** next to Snyk.
</Step>
<Step title="Authorize">
Approve Tembo in Snyk to grant access to your account and organizations.
</Step>
<Step title="Verify org context">
After connecting, Tembo uses your connected Snyk organization context for MCP requests.
</Step>
</Steps>

## Usage

Once connected, the Snyk MCP server is automatically available to agents. They can query Snyk data and use that context while working on security-related tasks in your repositories.

Use this when you want Tembo to reason about known security findings from Snyk while generating fixes, reviews, or remediation plans.

## Advanced

<AccordionGroup>
<Accordion title="MCP server">
Tembo starts the official Snyk MCP server automatically for sessions and injects your Snyk auth token securely.
</Accordion>

<Accordion title="Token and authentication">
Tembo uses OAuth by default and refreshes expired access tokens automatically. If your connection is missing a valid OAuth token, reconnect the Snyk integration.
</Accordion>

<Accordion title="Organization or access issues">
If agents cannot access expected Snyk data, verify the Snyk account you authorized has access to the correct organization and projects, then reconnect from the [Integrations page](https://app.tembo.io/integrations).
</Accordion>
</AccordionGroup>