← Back to Plugins
MCP Server MCP

Archiet

github By github 👁 1 views ▲ 0 votes

Archiet MCP server: scaffold full-stack apps from PRD text and extract capabilities.

Homepage Verified source GitHub

Install

uvx mcp-archiet

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "mcp-archiet",
      "version": "0.1.1",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Workspace-scoped Archiet API key (ak_...). Create one at https://archiet.com/settings/api-keys (Professional plan or higher).",
          "isRequired": true,
          "isSecret": true,
          "name": "ARCHIET_API_KEY"
        },
        {
          "description": "Archiet API base URL. Override for self-hosted or staging deployments.",
          "default": "https://archiet.com",
          "name": "ARCHIET_API_BASE_URL"
        },
        {
          "description": "HTTP request timeout in seconds. Codegen jobs can take several minutes.",
          "default": "600",
          "name": "ARCHIET_API_TIMEOUT_SECONDS"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...