@glos/devin-codex
v0.1.0
Published
Devin MCP configuration templates for Codex and MCP clients.
Readme
Devin MCP Config
Devin MCP configuration templates for Codex and MCP clients.
Install
npm install @glos/glosConfiguration
Set credentials before using the MCP server:
[Environment]::SetEnvironmentVariable("DEVIN_API_KEY", "<your Devin API key>", "User")
[Environment]::SetEnvironmentVariable("DEVIN_ORG_ID", "<your Devin organization ID>", "User")The MCP endpoint is:
https://mcp.devin.ai/mcpThe config sends:
Authorization: Bearer ${DEVIN_API_KEY}
X-Org-Id: ${DEVIN_ORG_ID}Files
mcp.json: generic MCP client configuration.codex-plugin/: Codex plugin template using the same Devin MCP endpoint.
Codex Usage
Copy codex-plugin/ into a local Codex plugin source and install it through your Codex marketplace.
Example prompts:
Ask Devin to investigate this repository.
Create a Devin session for this task.
Check my Devin session status.