Fixie MCP Server for Cursor
io.github.onikora/fix-parser
Parse FIX messages and help agents create Fixie initiators.
client:Cursor
transport:streamable-http
Install Fixie MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"fix-parser": {
"url": "https://www.onikora.com/mcp"
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs