1. Install MCP server via npm:
npm i -g magnitude-mcp
  1. Add this to your ./codeium/windsurf/model_config.json:
{
  "mcpServers": {
    "magnitude": {
      "command": "npx",
      "args": [
        "magnitude-mcp"
      ]
    }
  }
}