
Moxt Workspace
Browse, open, and manage files in your Moxt AI workspace from Claude Code or Cursor without switching to the Moxt web UI.
Overview
Moxt Workspace is an MCP server for the Build phase that lets agents browse and manage files in a Moxt AI workspace over streamable HTTP.
What is this MCP server?
- Moxt Workspace MCP at mcp.moxt.ai/openapi/v1/mcp (streamable HTTP)
- Required Bearer Authorization using Moxt API key (moxt_...) from moxt.ai/settings/tokens
- Browse and manage workspace files from any MCP client
- Website moxt.ai; server version 1.0.0
- 1 required Authorization header (Bearer, Moxt API key)
- Remote URL: mcp.moxt.ai/openapi/v1/mcp
What problem does it solve?
Builders split context between Moxt workspaces and local repos, forcing manual sync whenever the agent needs the latest specs or assets.
Who is it for?
Solo builders who centralize plans and assets in Moxt and want their MCP coding agent to use that workspace as live context.
Skip if: Teams standardized on Git-only or local-only files with no Moxt workspace.
What do I get? / Deliverables
After you add the remote and API key, the agent can access and manage Moxt workspace files directly through MCP.
- Authenticated MCP link to Moxt workspace file APIs
- Agent-driven browse and manage operations on workspace files
Recommended MCP Servers
Journey fit
Workspace file access is configured while building agent workflows, though the same files support docs and iteration later. Cloud workspace file ops are agent-tooling—extending where the coding agent can read and write artifacts.
How it compares
Moxt cloud workspace file MCP, not a generic filesystem or GitHub integration server.
Common Questions / FAQ
Who is ai.moxt/mcp-workspace for?
Moxt users who want Claude Code, Cursor, or other MCP clients to read and manage workspace files in place.
When should I use ai.moxt/mcp-workspace?
When specs, drafts, or agent artifacts live in Moxt and you need the coding agent to work from that workspace during build or docs updates.
How do I add ai.moxt/mcp-workspace to my agent?
Register https://mcp.moxt.ai/openapi/v1/mcp as streamable-http and set Authorization to Bearer plus your moxt_ API key from https://moxt.ai/settings/tokens.