Connect Vuln NIST
Choose your client and follow the steps below.
Visual Studio Code
Install the MCP extension
Open VS Code and install GitHub Copilot (includes MCP support) from the Extensions Marketplace, or confirm it's already installed.
Open your MCP settings
Press Ctrl+Shift+P (or ⌘+Shift+P on macOS) and search for MCP: Add Server, or manually edit:
Add the server configuration
Paste the following into your mcp.json file:
{
"servers": {
"vuln-nist-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"mcp/vuln-nist-mcp-server"
]
}
}
}
Start using it
Open Copilot Chat and the Vuln NIST tools will be available automatically.
Cursor
Open Cursor Settings
Go to Cursor Settings → MCP and click + Add new global MCP server, or manually edit:
Add the server configuration
Paste the following into your mcp.json:
{
"mcpServers": {
"vuln-nist-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"mcp/vuln-nist-mcp-server"
]
}
}
}
Start using it
Open Cursor's AI chat — the Vuln NIST tools will appear automatically.
ChatGPT (Desktop)
Open ChatGPT Desktop settings
Click your profile icon → Settings → Beta features and ensure MCP plugin support is enabled.
Add the MCP server
Navigate to Settings → MCP Servers → + Add Server and paste:
{
"mcpServers": {
"vuln-nist-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"mcp/vuln-nist-mcp-server"
]
}
}
}
Start using it
Start a new chat — Vuln NIST tools will be available when the server is connected.
Claude Desktop
Open Claude Desktop config
Open the Claude Desktop configuration file at:
Windows: %APPDATA%\Claude\claude_desktop_config.json
Add to the mcpServers object
Merge the following into the "mcpServers" key:
{
"vuln-nist-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"mcp/vuln-nist-mcp-server"
]
}
}
Restart Claude Desktop
Quit and reopen Claude Desktop. The Vuln NIST tools will appear in the tools menu.