gold mcp for Cursor
io.github.thaitrevor/gold-mcp
MCP server for XAUUSD gold market data + 4-tier trading toolkit (TA, backtest, SMC, risk).
client:Cursor
transport:stdio
runtime:pypi
Install gold mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"gold-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"gold-mcp"
],
"env": {
"GOLD_MCP_LICENSE_KEY": "<GOLD_MCP_LICENSE_KEY>",
"ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs