Felix MCP for VS Code
trade.felix/mcp
Non-custodial trading infrastructure for AI agents across prediction markets, crypto, and options.
client:VS Code
transport:stdio
runtime:npm
Install Felix MCP in VS Code
.vscode/mcp.json
{
"servers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"felix-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs