Fixie MCP Server for VS Code
io.github.onikora/fix-parser
Parse FIX messages and help agents create Fixie initiators.
client:VS Code
transport:streamable-http
Install Fixie MCP Server in VS Code
.vscode/mcp.json
{
"servers": {
"fix-parser": {
"type": "http",
"url": "https://www.onikora.com/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs