fxray runs on your own machine — the client starts it, so there is no endpoint to ping.
Power Apps via pac: solutions, canvas Power Fx source, Dataverse metadata, FetchXML, gated imports.
Today is the operative word: we check fxray every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add fxray -- uvx fxray
{
"mcpServers": {
"fxray": {
"args": [
"fxray"
],
"command": "uvx"
}
}
}
[mcp_servers.fxray]
command = "uvx"
args = ["fxray"]
{
"mcpServers": {
"fxray": {
"args": [
"fxray"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"fxray": {
"args": [
"fxray"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
FXRAY_CONFIG (Path to fxray.toml (environment allowlist, write gate, pac path). Optional if the file is in the working folder or the per-user folder.), FXRAY_WORKSPACE (Folder whose fxray.toml to use when FXRAY_CONFIG is not set.), FXRAY_HOME (Per-user folder (default %LOCALAPPDATA%\fxray on Windows, ~/.config/fxray elsewhere).).
The author declared them in the registry entry; get the values from the project itself.
Save, version & share AI-generated HTML artifacts (canvases, dashboards, apps) as links.
Manage courses, submissions, grades, and student data in Canvas LMS
x402 gate network for agents to discover gates, inspect definitions, and fetch preflight data.
Create interactive visualizations and query data sources (SQLite, CSV, Parquet, JSON)
MCP server for Dual Canvas Execution (DCE) - use with Polsia, Cursor, Claude, and other MCP clients
AI-powered ERD design tool. Create and manage database schemas using DBML with real-time canvas.
Render HTML, CSS, SVG, and Canvas animations to MP4 locally via Playwright/Chromium and FFmpeg.
Local-first open-source AI media workbench with Canvas, video editor, Assets, and MCP tools.
Answers built from our own checks of this server.