# Docs - Dashboard: Deploy, monitor, and manage MCP servers on Manufact Cloud - [Welcome to Manufact Cloud](/dashboard): Deploy, monitor, and distribute MCP servers and apps on Manufact Cloud. - [Quickstart](/dashboard/quickstart): Deploy your first MCP server on Manufact Cloud in a few minutes. - **Build & Deploy** - [Creating servers](/dashboard/servers): Import from GitHub, start from a template, build with Mango, or connect an existing MCP server. - [Deployments](/dashboard/deployments): Automatic deploys on push, preview environments per branch, and manual deployment management. - [Environment variables](/dashboard/environment-variables): Configure per-environment secrets and settings for your MCP server. - [Domains](/dashboard/domains): Use a free slug-based URL or bring your own custom domain for your MCP server. - [Server settings](/dashboard/settings): Repository, regions, build commands, deploy triggers, scaling, and access control. - **Monitoring** - [Usage & traffic](/dashboard/analytics): Tool-call volume, MCP client mix, and request geography for your server. - [Observability](/dashboard/observability): Monitor live requests, traces, sessions, and performance metrics for your server. - [Runtime logs](/dashboard/logs): Stream stdout and stderr from your server's active deployment. - **Distribution** - [Connecting clients](/dashboard/connect-clients): Connect your MCP server to Cursor, VS Code, Claude, Gemini CLI, Codex CLI, and the mcp-use SDKs. - [Public Chat](/dashboard/public-chat): Give your MCP server a hosted, shareable chat interface. - **Publish** - [Publish checks](/dashboard/publish-checks): Validate protocol compliance before distributing your MCP server. - [Submission pack](/dashboard/submission-pack): Generate app-directory listing copy, tool justifications, and reviewer test cases from your MCP server. - **Testing** - [Testing](/dashboard/testing): Verify your MCP server works correctly across clients and models with automated test suites. - **Organization** - [Team](/dashboard/team): Invite members, assign roles, and manage permissions in your organization. - [GitHub integration](/dashboard/integrations): Connect the Manufact GitHub App to deploy servers from your repositories. - [API keys](/dashboard/api-keys): Create keys for programmatic access to Manufact Cloud from the CLI and REST API. - [Billing & plans](/dashboard/billing): Free, Hobby, Startup, and Enterprise plans, usage limits, and subscription management. - MCP: Manage Manufact Cloud from any AI client with the official MCP server - [Manufact MCP server](/mcp): Manage Manufact Cloud from any AI client. Deploy, debug, and monitor your servers through MCP. - **Organizations** - [list_organizations](/mcp/list-organizations): List the organizations the authenticated user can access. - [get_organization_stats](/mcp/get-organization-stats): Summary stats for an organization. Servers, deployments, tool calls, sessions. - [invite_org_member](/mcp/invite-org-member): Send an invitation to join an organization with a specified role. - [list_org_invitations](/mcp/list-org-invitations): List pending invitations for an organization. - [cancel_org_invitation](/mcp/cancel-org-invitation): Cancel a pending organization invitation. - **Servers** - [list_servers](/mcp/list-servers): List MCP servers in an organization as compact rows. - [get_server](/mcp/get-server): Core details for one MCP server, including its deploy configuration. - [update_server](/mcp/update-server): Update a server's deploy configuration or metadata, optionally redeploying immediately. - [get_server_domain](/mcp/get-server-domain): The main custom domain and verification status for a server. - **Deployments** - [list_deployments](/mcp/list-deployments): List deployments as compact rows, filterable by server and status. - [get_deployment](/mcp/get-deployment): Full details for one deployment, including the git commit and MCP URL. - [deploy](/mcp/deploy): Deploy a GitHub repository to Manufact Cloud. Creates a server or redeploys an existing one. - [redeploy](/mcp/redeploy): Trigger a new deployment of an existing server. - [stop_deployment](/mcp/stop-deployment): Stop a running deployment, taking it offline. - **Logs** - [get_deployment_runtime_logs](/mcp/get-deployment-runtime-logs): Tail runtime logs for a deployment, with optional substring filtering. - [get_deployment_build_logs](/mcp/get-deployment-build-logs): Tail build logs for a deployment, or stream an in-flight build by offset. - **Analytics** - [get_observability_overview](/mcp/get-observability-overview): Aggregate gateway metrics for a server over a time window. - [list_server_events](/mcp/list-server-events): Cursor-paginated gateway request log for a server. - [get_server_client_breakdown](/mcp/get-server-client-breakdown): Which MCP clients connect to a server, with session and request counts. - [get_server_tool_breakdown](/mcp/get-server-tool-breakdown): Tool, resource, and prompt call counts for a server over the last 24 hours. - CLI: Deploy and manage MCP servers from the command line with @mcp-use/cli - [Manufact CLI](/cli): Deploy and manage MCP servers from the command line with @mcp-use/cli. - **Authentication** - [login](/cli/login): Authenticate with Manufact Cloud using the OAuth device flow or an API key. - [logout](/cli/logout): Remove local CLI credentials. - [whoami](/cli/whoami): Show the authenticated user and active organization. - **Organization** - [org list](/cli/org-list): List organizations you belong to. - [org switch](/cli/org-switch): Interactively change the active organization. - [org current](/cli/org-current): Print the active organization. - **Manufact Cloud** - [deploy](/cli/deploy): Ship an MCP server to Manufact Cloud with a single command. - **Servers** - [servers list](/cli/servers-list): List MCP servers in the active organization. - [servers get](/cli/servers-get): Show server details and recent deployments. - [servers update](/cli/servers-update): Update server name, description, branch, or build settings. - [servers delete](/cli/servers-delete): Delete a server and all its deployments. - **Environment variables** - [servers env list](/cli/servers-env-list): List environment variables for a server. - [servers env add](/cli/servers-env-add): Add an environment variable to a server. - [servers env update](/cli/servers-env-update): Update an environment variable value. - [servers env remove](/cli/servers-env-remove): Remove an environment variable from a server. - **Deployments** - [deployments list](/cli/deployments-list): List deployments in the active organization. - [deployments get](/cli/deployments-get): Show deployment details including source commit and MCP URL. - [deployments restart](/cli/deployments-restart): Redeploy from the same source. - [deployments logs](/cli/deployments-logs): View runtime or build logs for a deployment. - [deployments stop](/cli/deployments-stop): Stop a running deployment. - [deployments start](/cli/deployments-start): Start a stopped deployment. - [deployments delete](/cli/deployments-delete): Delete a deployment. - **Local development** - [dev](/cli/dev): Run your MCP server locally with hot reload and the inspector. - [build](/cli/build): Production build for your MCP server. - [start](/cli/start): Run the production build from dist/. - [generate-types](/cli/generate-types): Generate typed tool registry for widgets. - [skills add](/cli/skills-add): Install mcp-use agent skills into your project. - **Terminal client** - [client connect](/cli/client-connect): Connect to a remote or stdio MCP server and save the session. - [client list](/cli/client-list): List saved MCP client sessions. - [client remove](/cli/client-remove): Remove a saved MCP client session. - [client tools](/cli/client-tools): List, describe, and call tools on a saved server. - [client resources](/cli/client-resources): List and read MCP resources from a saved server. - [client prompts](/cli/client-prompts): List and fetch MCP prompts from a saved server. - [client interactive](/cli/client-interactive): Open a REPL for calling tools conversationally. - [client auth](/cli/client-auth): Manage OAuth credentials for a saved HTTP server. - [client screenshot](/cli/client-screenshot): Render an MCP Apps widget to a PNG headlessly.