Adding Transilience MCP Servers to Claude Desktop

Created by Venkat Pothamsetty, Modified on Tue, 11 Nov at 9:32 AM by Venkat Pothamsetty




Transilience MCP servers provide Transilience agent collected data over MCP, this data includes threat intel , vulnerability data.  


Request tokens below from Transilience hello@transilience.com


Step 1 - Open Claude Desktop, click on developer , edit config




Step 2 - Open the File, and add the configuration below




Configuration


{
  "mcpServers": {
    "transilience threatintel": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://threatintelmcp.transilienceapi.com/threatintel/mcp",
        "--header",
        "Authorization: Bearer token"
      ]
    },
    "transilience vuln": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://vulnmcp.transilienceapi.com/vuln/mcp",
        "--header",
        "Authorization: Bearer token"
      ]
    }
  }
}



Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article