4,000+ servers built on vurb.ts
Vinkius

GitGuardian MCP Server for Vercel AI SDKGive Vercel AI SDK instant access to 49 tools to Assign Secret Incident, Bulk Prefix Lookup, Create Custom Tag, and more

MCP Inspector GDPR Free for Subscribers

The Vercel AI SDK is the TypeScript toolkit for building AI-powered applications. Connect GitGuardian through Vinkius and every tool is available as a typed function. ready for React Server Components, API routes, or any Node.js backend.

Ask AI about this MCP Server for Vercel AI SDK

The GitGuardian MCP Server for Vercel AI SDK is a standout in the Fort Knox category — giving your AI agent 49 tools to work with, ready to go from day one.

Built for AI Agents by Vinkius

Vinkius delivers Streamable HTTP and SSE to any MCP client

ClaudeClaude
ChatGPTChatGPT
CursorCursor
GeminiGemini
WindsurfWindsurf
VS CodeVS Code
JetBrainsJetBrains
VercelVercel
+ other MCP clients
typescript
import { createMCPClient } from "@ai-sdk/mcp";
import { generateText } from "ai";
import { openai } from "@ai-sdk/openai";

async function main() {
  const mcpClient = await createMCPClient({
    transport: {
      type: "http",
      // Your Vinkius token. get it at cloud.vinkius.com
      url: "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp",
    },
  });

  try {
    const tools = await mcpClient.tools();
    const { text } = await generateText({
      model: openai("gpt-4o"),
      tools,
      prompt: "Using GitGuardian, list all available capabilities.",
    });
    console.log(text);
  } finally {
    await mcpClient.close();
  }
}

main();
GitGuardian
Fully ManagedVinkius Servers
60%Token savings
High SecurityEnterprise-grade
IAMAccess control
EU AI ActCompliant
DLPData protection
V8 IsolateSandboxed
Ed25519Audit chain
<40msKill switch
Stream every event to Splunk, Datadog, or your own webhook in real-time

* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure

About GitGuardian MCP Server

Connect your GitGuardian workspace to any AI agent to strengthen your security posture and manage secret leaks through natural conversation.

The Vercel AI SDK gives every GitGuardian tool full TypeScript type inference, IDE autocomplete, and compile-time error checking. Connect 49 tools through Vinkius and stream results progressively to React, Svelte, or Vue components. works on Edge Functions, Cloudflare Workers, and any Node.js runtime.

What you can do

  • Incident Management — List, retrieve, and resolve secret incidents. Assign team members to leaks and track remediation progress.
  • Honeytokens — Create and manage decoy credentials (honeytokens) to detect unauthorized access to your private infrastructure.
  • Security Scanning — Scan code snippets or content for secrets and sensitive data in real-time to prevent leaks before they happen.
  • Audit & Compliance — Access detailed audit logs to monitor workspace activity and ensure compliance with security policies.
  • Team Collaboration — Manage teams, members, and API tokens to orchestrate security operations across your organization.

The GitGuardian MCP Server exposes 49 tools through the Vinkius. Connect it to Vercel AI SDK in under two minutes — credentials fully managed, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.

All 49 GitGuardian tools available for Vercel AI SDK

When Vercel AI SDK connects to GitGuardian through Vinkius, your AI agent gets direct access to every tool listed below — spanning secret-detection, vulnerability-scanning, incident-response, and more. Every call runs in a secure, isolated environment with full audit visibility. Beyond a simple connection, you get real-time monitoring of agent activity, enterprise governance, and optimized token usage.

assign

Assign secret incident on GitGuardian

Assign a secret incident

bulk

Bulk prefix lookup on GitGuardian

Bulk lookup for honeytoken HMSL hashes

create

Create custom tag on GitGuardian

Create a custom tag

create

Create honeytoken on GitGuardian

Create a honeytoken

create

Create honeytoken note on GitGuardian

Create a honeytoken note

create

Create honeytoken with context on GitGuardian

Create a honeytoken within a context

create

Create team on GitGuardian

Create a team

delete

Delete custom tag on GitGuardian

Delete a custom tag

delete

Delete custom tags key on GitGuardian

Delete a custom tags key

get

Get custom tag on GitGuardian

Retrieve a custom tag

get

Get health on GitGuardian

Check API health status

get

Get honeytoken on GitGuardian

Retrieve a honeytoken

get

Get quotas on GitGuardian

Retrieve quota overview

get

Get secret incident on GitGuardian

Retrieve secret incident details

get

Get self api token on GitGuardian

Retrieve current API token details

ignore

Ignore secret incident on GitGuardian

Ignore a secret incident

list

List api tokens on GitGuardian

List API tokens

list

List audit log event names on GitGuardian

List all existing event names for audit logs

list

List audit logs on GitGuardian

List audit logs for your workspace

list

List custom tags on GitGuardian

List custom tags

list

List health check history on GitGuardian

List health check history for an instance

list

List health checks on GitGuardian

List health checks

list

List honeytoken events on GitGuardian

List all honeytokens events

list

List honeytoken notes on GitGuardian

List honeytoken notes

list

List honeytoken sources on GitGuardian

List sources where a honeytoken appears

list

List honeytokens on GitGuardian

List honeytokens

list

List ip allowlist on GitGuardian

List IP allowlist rules

list

List ips on GitGuardian

List GitGuardian's own IP addresses

list

List members on GitGuardian

List workspace members

list

List scim groups on GitGuardian

List groups via SCIM

list

List scim users on GitGuardian

List members via SCIM

list

List secret incidents on GitGuardian

List secret incidents

list

List sources on GitGuardian

List all sources

list

List team memberships on GitGuardian

List team members

list

List teams on GitGuardian

List teams

multiscan

Multiscan content on GitGuardian

Scan multiple contents for secrets

reset

Reset honeytoken on GitGuardian

Reset a honeytoken

resolve

Resolve secret incident on GitGuardian

Resolve a secret incident

revoke

Revoke honeytoken on GitGuardian

Revoke a honeytoken

revoke

Revoke self api token on GitGuardian

Revoke current API token

scan

Scan and create incidents on GitGuardian

Scan content and create incidents automatically

scan

Scan content on GitGuardian

Scan content for secrets

trigger

Trigger health check on GitGuardian

Trigger a health check

trigger

Trigger source scans on GitGuardian

Trigger scans on sources

update

Update custom tag full on GitGuardian

Full update of a custom tag

update

Update custom tag partial on GitGuardian

Partial update of a custom tag

update

Update custom tags key on GitGuardian

Update a custom tags key

update

Update honeytoken on GitGuardian

Update a honeytoken

update

Update secret incident on GitGuardian

Update a secret incident

Connect GitGuardian to Vercel AI SDK via MCP

Follow these steps to wire GitGuardian into Vercel AI SDK. The entire setup takes under two minutes — your credentials stay safe behind Vinkius.

01

Install dependencies

Run npm install @ai-sdk/mcp ai @ai-sdk/openai
02

Replace the token

Replace [YOUR_TOKEN_HERE] with your Vinkius token
03

Run the script

Save to agent.ts and run with npx tsx agent.ts
04

Explore tools

The SDK discovers 49 tools from GitGuardian and passes them to the LLM

Why Use Vercel AI SDK with the GitGuardian MCP Server

Vercel AI SDK provides unique advantages when paired with GitGuardian through the Model Context Protocol.

01

TypeScript-first: every MCP tool gets full type inference, IDE autocomplete, and compile-time error checking out of the box

02

Framework-agnostic core works with Next.js, Nuxt, SvelteKit, or any Node.js runtime. same GitGuardian integration everywhere

03

Built-in streaming UI primitives let you display GitGuardian tool results progressively in React, Svelte, or Vue components

04

Edge-compatible: the AI SDK runs on Vercel Edge Functions, Cloudflare Workers, and other edge runtimes for minimal latency

GitGuardian + Vercel AI SDK Use Cases

Practical scenarios where Vercel AI SDK combined with the GitGuardian MCP Server delivers measurable value.

01

AI-powered web apps: build dashboards that query GitGuardian in real-time and stream results to the UI with zero loading states

02

API backends: create serverless endpoints that orchestrate GitGuardian tools and return structured JSON responses to any frontend

03

Chatbots with tool use: embed GitGuardian capabilities into conversational interfaces with streaming responses and tool call visibility

04

Internal tools: build admin panels where team members interact with GitGuardian through natural language queries

Example Prompts for GitGuardian in Vercel AI SDK

Ready-to-use prompts you can give your Vercel AI SDK agent to start working with GitGuardian immediately.

01

"List the most recent secret incidents in my workspace."

02

"Create a new AWS honeytoken named 'Internal-Dev-Decoy'."

03

"Scan this code for secrets: 'const apiKey = "sk_live_51MzX..."'"

Troubleshooting GitGuardian MCP Server with Vercel AI SDK

Common issues when connecting GitGuardian to Vercel AI SDK through Vinkius, and how to resolve them.

01

createMCPClient is not a function

Install: npm install @ai-sdk/mcp

GitGuardian + Vercel AI SDK FAQ

Common questions about integrating GitGuardian MCP Server with Vercel AI SDK.

01

How does the Vercel AI SDK connect to MCP servers?

Import createMCPClient from @ai-sdk/mcp and pass the server URL. The SDK discovers all tools and provides typed TypeScript interfaces for each one.
02

Can I use MCP tools in Edge Functions?

Yes. The AI SDK is fully edge-compatible. MCP connections work on Vercel Edge Functions, Cloudflare Workers, and similar runtimes.
03

Does it support streaming tool results?

Yes. The SDK provides streaming primitives like useChat and streamText that handle tool calls and display results progressively in the UI.

Explore More MCP Servers

View all →