InvestingTest / mcp-customer /cursor-mcp-remote.json.example
Mbonea's picture
Fix HF Docker deps and expose remote MCP at /mcp.
178a66c
Raw
History Blame Contribute Delete
267 Bytes
{
"mcpServers": {
"uwekezaji-equities": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mbonea-investingtest.hf.space/mcp",
"--header",
"Authorization: Bearer YOUR_API_KEY_HERE"
]
}
}
}