Skip to main content
Glama
stella-dust

autoxeo-agent

by stella-dust

AutoXEO Agent for Codex

A public Codex Plugin for running reproducible China GEO workflows. It includes six Codex-native Skills, a local stdio MCP, a companion workbench visible only on the loopback address, the Brand Wiki and Artifact protocols, and an AutoXEO Cloud collection adapter.

Issue production, Brand Wiki, analysis, retesting, and deliverables are all handled by the current Codex session; the plugin does not call a second conversation model, nor does it require DEEPSEEK_CHAT_API_KEY. Cloud is only responsible for account/project context, official platform API collection, Evidence, Job, and Credit Receipt.

The first real Provider slice is the DeepSeek official API. Doubao, Qwen, Tencent Yuanbao, and Kimi will show real configuration_required / eligibility_required statuses and will not pretend to be available until the official API and account are verified.

Local installation from GitHub Release

Download autoxeo-codex-plugin-marketplace-<version>.tar.gz and SHA256SUMS from the GitHub Release, verify them first, and then extract:

shasum -a 256 -c SHA256SUMS
tar -xzf autoxeo-codex-plugin-marketplace-<version>.tar.gz
codex plugin marketplace add /absolute/path/to/autoxeo-codex-plugin-<version>
codex plugin add autoxeo-agent@autoxeo

After installing or upgrading, create a new Codex task. The distribution package only connects to https://agent.autoxeo.com by default. Do not write Provider Keys into the Plugin environment, Skills, or project reports; real collection credentials are configured only in AutoXEO Cloud.

Related MCP server: Codex MCP Server

Development environment integration

No mock collection is provided at runtime. When not connected to Cloud, the local Workspace, Brand Wiki, issue/analysis templates, and artifact preview remain available; collection, Credit, and authoritative status fail closed. Override the production default origin only when developing Cloud locally:

export AUTOXEO_CLOUD_BASE_URL=http://127.0.0.1:3000
# 可选;未设置时使用 ~/Documents/AutoXEO_Workspace
export AUTOXEO_WORKSPACE_ROOT=/absolute/path/to/AutoXEO_Workspace

Then connect an existing AutoXEO account from the official website via start_account_connection or the WebUI Context page. Do not write credentials other than the Cloud origin into the environment, repository, Skills, reports, or diagnostic logs.

After logging in, first use get_account_overview to read the visible organizations and projects, then call bind_cloud_project (or select it in the WebUI's Context) to bind the local Workspace to a Cloud project, and explicitly set this task's Credit limit. If not bound, the issue set is not frozen, the balance is insufficient, or the platform capability is unavailable, production collection fails closed and no Credit is reserved.

Development and verification

npm ci
npm run check
npm run validate
npm run smoke:mcp
npm run smoke:webui

Local preview:

npm run preview:webui

Calling open_local_workbench from Codex also starts the same WebUI; the MCP and the interface share project state and domain commands.

Repository and release boundaries

  • This repository is public and licensed under Apache-2.0; the AutoXEO name and trademark are not licensed with the code.

  • Cloud and Admin are separate private repositories and separate releases.

  • There is no fake collection at runtime; fixtures are only used for automated tests and cannot generate observed Evidence.

  • Payment and the four platforms pending integration must be shown as not yet configured and cannot be advertised as live.

Please report security issues privately via SECURITY.md; do not include Tokens, raw Evidence, customer files, or diagnostic logs in public Issues.

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
3Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Connects QGIS to Claude AI through the Model Context Protocol, enabling AI-assisted project creation, layer manipulation, processing algorithm execution, and Python code running within QGIS.
    7
  • A
    license
    C
    quality
    F
    maintenance
    Connects AI assistants like Claude to the Codex CLI for code analysis, editing, and execution. Supports file references with @ syntax, sandboxed code execution with approval workflows, and structured code changes for automated refactoring and documentation.
    8
    188
    178
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables interaction with Autodesk ACC (Autodesk Construction Cloud) through the APS toolkit, allowing users to query hubs, projects, files, and versions via natural language through Claude Desktop.
    21
    GPL 3.0
  • F
    license
    Not graded
    quality
    D
    maintenance
    Connects OpenAI Codex Desktop to QGIS Desktop for natural language GIS operations, including project management, layer manipulation, and algorithm execution.
    3

View all related MCP servers

Related MCP Connectors

  • Unified AEC tools: ACC, Revit, Navisworks, Twinmotion, and APS from one endpoint.

  • Convert Revit files to XKT, IFC, or DWG and query BIM data via natural language.

  • Live SEO workflow tools for Claude Code, Codex, and AI agents.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/stella-dust/autoxeo-agent-codex-plugin'

If you have feedback or need assistance with the MCP directory API, please join our Discord server