Agent Plugins Marketplace
All plugins

im-mcp-codeagent

v0.2.0

Model application capabilities, export upstream Agent function schemas, and execute the same MCP contract through project-owned HTTP adapters or a generic Android executor.

CodexClaude Code1 Skill

By Tongji University & IMLicense: MIT3 GitHub starsUpdated 6 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 17, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install im-mcp-codeagent for Codex and Claude Code

Installs for the current user
codex plugin marketplace add MatCaviar/BRIDGE
codex plugin marketplace upgrade im-mcp-marketplace
codex plugin add im-mcp-codeagent@im-mcp-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the im-mcp-marketplace catalog, then install this plugin.

Compatibility: the page URL and API slug “im-mcp-codeagent” remain stable.

  • Codex: im-mcp-codeagent@agent-plugin-marketplaceim-mcp-codeagent@im-mcp-marketplace

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/MatCaviar/BRIDGE

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

im-mcp-codeagent/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/bridge-analyze/SKILL.md

Included Skills1

bridge-analyzeskills/bridge-analyze/SKILL.md

分析应用源码、PRD、APK 或运行行为,产出上游智能体可调用的 BRIDGE 能力契约、function schema 与项目适配产物。用于将用户指定的应用接入 MCP,支持本地应用、Android 设备及仿真环境。

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "im-mcp-codeagent",
  "version": "0.2.0",
  "description": "Model application capabilities, export upstream Agent function schemas, and execute the same MCP contract through project-owned HTTP adapters or a generic Android executor.",
  "author": {
    "name": "Tongji University & IM"
  },
  "homepage": "https://github.com/MatCaviar/BRIDGE",
  "repository": "https://github.com/MatCaviar/BRIDGE",
  "license": "MIT",
  "keywords": [
    "android",
    "automotive",
    "mcp",
    "real-device",
    "codex",
    "adb"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "BRIDGE",
    "shortDescription": "Project app capabilities into Agent schemas and MCP tools.",
    "longDescription": "BRIDGE turns source, API documentation, APK, PRD, or runtime observations into a portable analysis contract. It exports individual functions or a unified channel, validates calls, and connects local applications, devices and simulations through project-owned HTTP adapters or a generic Android executor.",
    "developerName": "Tongji University & IM",
    "category": "Developer",
    "capabilities": [
      "Write"
    ],
    "defaultPrompt": [
      "Analyze this application and produce a BRIDGE capability model and callable tool schemas.",
      "Export this BRIDGE capability model as function schemas for an upstream Agent.",
      "Serve this BRIDGE analysis as MCP tools for a connected device.",
      "Report unverified or broken paths in this BRIDGE capability model."
    ]
  }
}
.claude-plugin/plugin.json
{
  "name": "im-mcp-codeagent",
  "displayName": "BRIDGE",
  "version": "0.2.0",
  "description": "Model application capabilities, export upstream Agent function schemas, and execute the same MCP contract through project-owned HTTP adapters or a generic Android executor.",
  "author": {
    "name": "Tongji University & IM"
  },
  "license": "MIT",
  "homepage": "https://github.com/MatCaviar/BRIDGE",
  "repository": "https://github.com/MatCaviar/BRIDGE",
  "keywords": [
    "android",
    "automotive",
    "mcp",
    "real-device",
    "claude-code",
    "codex",
    "adb"
  ],
  "skills": [
    "./skills/"
  ],
  "hooks": "./hooks/hooks.json",
  "defaultEnabled": true
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[im-mcp-codeagent on Agent Plugins Marketplace](https://pluginsmp.com/plugins/im-mcp-codeagent)