Skip to content
VS Code

truthstack mcp for VS Code

io.github.truthstack1/truthstack-mcp

Supplement-drug interaction safety API for AI agents with FDA adverse event data.

client:VS Code transport:stdio runtime:npm

Install truthstack mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "truthstack-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "truthstack-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

truthstack mcp in other clients