Skip to content

justdevcode/codex-power-platform-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codex Power Platform Plugins

This repository is a Codex plugin marketplace containing a Codex-compatible Canvas Apps plugin.

Structure

.
├─ .agents/
│  └─ plugins/
│     └─ marketplace.json
└─ plugins/
   └─ canvas-apps-codex/
      ├─ .codex-plugin/
      │  └─ plugin.json
      ├─ .mcp.json
      ├─ AGENTS.md
      ├─ README.md
      ├─ skills/
      ├─ agents/
      └─ references/

The .agents/plugins/marketplace.json file tells Codex where the plugin lives inside this repo. The actual plugin is under plugins/canvas-apps-codex/.

Install the plugin

Add the published marketplace repository to Codex:

codex plugin marketplace add https://github.com/justdevcode/codex-power-platform-plugins.git --ref main

Adding the marketplace only makes the plugin available. You still need to install the plugin before its skills and MCP server are available in Codex.

Start Codex and run the plugins command:

/plugins

In the plugins view:

  1. Find the Power Platform Plugins marketplace.
  2. Select Canvas Apps for Codex.
  3. Install the plugin.

After installation, restart Codex if prompted.

Verify the installation

After installing the plugin:

/mcp

Confirm canvas-authoring is listed.

Then run:

$configure-canvas-mcp

Open the target Canvas App in Power Apps Studio, then provide the Power Apps Studio URL when prompted.

Source and attribution

The plugin is adapted from Microsoft's Power Platform skills repository:

https://github.com/microsoft/power-platform-skills/tree/main/plugins/canvas-apps

It also references the earlier Codex port by Ratnam Mishra:

https://github.com/Ratnam-Mishra/canvas-apps-plugin-codex

This repository is not an official Microsoft release.

About

Codex-compatible Power Platform plugin marketplace for Canvas Apps development using Microsoft Power Platform skills and MCP.

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors