Skip to main content
Glama

Inficy plugin for ChatGPT

This repository distributes the Inficy plugin package only. It contains no Inficy application code, backend, database or deployment configuration.

Inficy records what AI agents did and lets you verify the evidence. This plugin connects ChatGPT to the hosted Inficy remote MCP server at https://inficy.com/mcp over Streamable HTTP with OAuth 2.1. Each user signs in to their own Inficy workspace; the plugin never carries credentials.

Contents

.agents/plugins/marketplace.json      marketplace source, resolves ./plugins/inficy
plugins/inficy/.codex-plugin/plugin.json
plugins/inficy/.app.json              registered ChatGPT connection mapping
plugins/inficy/.app.example.json      documented example of the above
plugins/inficy/tools.json             advertised MCP tools and their scopes
plugins/inficy/skills/                opt-in session tracking skill
plugins/inficy/assets/                icon and logo
docs/                                 installation, privacy, release process
scripts/validate-plugin-package.mjs   offline package validation

Related MCP server: Agent Audit Trail MCP Server

Status

GitHub beta, available for developer testing. The ChatGPT connection ID in .app.json is the pinned registered connection ID. .app.example.json intentionally retains a documented placeholder. The plugin has not yet been submitted to OpenAI's public Plugins Directory.

Validate

node scripts/validate-plugin-package.mjs            # structural checks
node scripts/validate-plugin-package.mjs --release  # also rejects placeholders

Validation is pure filesystem reads: no network, no dependency on the Inficy application repository.

Licence

MIT, see LICENSE. The licence covers every file in this repository.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Connectors

Related MCP Servers

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/artnames/inficy-plugin'

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