Skip to content
VS Code

Tickory MCP for VS Code

io.github.tickory/tickory-mcp

Tickory MCP server for Binance scans, alert events, and explainability.

client:VS Code transport:stdio runtime:npm

Install Tickory MCP in VS Code

.vscode/mcp.json

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

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

Tickory MCP in other clients