Skip to content
Cursor

dfxm geo mcp for Cursor

io.github.borgi-s/dfxm-geo-mcp

MCP server for the dfxm-geo dark-field X-ray microscopy forward model

client:Cursor transport:stdio runtime:pypi

Install dfxm geo mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "dfxm-geo-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "dfxm-geo-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

dfxm geo mcp in other clients