truthstack mcp for Cursor
io.github.truthstack1/truthstack-mcp
Supplement-drug interaction safety API for AI agents with FDA adverse event data.
client:Cursor
transport:stdio
runtime:npm
Install truthstack mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"truthstack-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"truthstack-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs