Workspace
Inspect the active workspace and manage supported workspace variables. Representative tools include unfour.workspace.current and unfour.workspace.list_variables.
MCP
Unfour runs a local stdio MCP server that lets compatible MCP clients use approved workspace-scoped API, SSH, database, activity, and system capabilities through the same command and policy boundaries as the desktop app.
For manual setup, choose Copy command in Settings → MCP, replace the placeholder below with that exact value, and add the entry to the Codex TOML configuration.
[mcp_servers.unfour]
command = "PASTE_COMMAND_FROM_SETTINGS_MCP"
args = [] For manual setup, choose Copy command and replace the placeholder below. Save this object in .cursor/mcp.json for a project or ~/.cursor/mcp.json for the user.
{
"mcpServers": {
"unfour": {
"command": "PASTE_COMMAND_FROM_SETTINGS_MCP",
"args": []
}
}
} Other MCP-compatible clients that support a manually configured local stdio server may also connect.
Inspect the active workspace and manage supported workspace variables. Representative tools include unfour.workspace.current and unfour.workspace.list_variables.
Inspect saved requests and redacted history, then send an approved request. Representative tools include unfour.api.list_requests and unfour.api.send_request.
Inspect history and tasks, run diagnostics or commands, and read or change remote files within policy. Representative tools include unfour.ssh.list_history and unfour.ssh.run_diagnostic.
List saved connections, browse structure, run read-only queries or explain output, and execute policy-controlled SQL. Representative tools include unfour.db.list_connections and unfour.db.query_readonly.
Review recent redacted local activity and storage readiness with unfour.activity.list and unfour.system.health.
Every tool call is checked against the target workspace MCP policy. The default auto policy maps dev to ordinary full access, test to guarded access, and prod to read-only access with safe SSH diagnostics.
The MCP process opens the same local Unfour database as the desktop app and resolves credentials from the operating-system credential store only when a saved API, SSH, or database operation needs them.
Open Unfour once, confirm Settings → MCP shows the MCP command as available, configure the client again, and restart it.
Copy the current command from Settings → MCP. Keep args empty and remove stale development or WindowsApps paths.
Start the desktop app once and verify that the client is using the same Stable, Test, or Dev storage profile. Do not use ephemeral mode.
Restart the MCP client so it opens a new stdio process with the updated command.
Check the active workspace, environment, explicit MCP policy, and whether the action is read-only, guarded, or requires confirmation.