Agent Plugins Marketplace
All plugins

syntropic

v0.1.0

Connect Codex to your Syntropic organization for messages, knowledge, tasks, and practice workflows.

Codex1 MCP serverStreamable HTTP

By Syntropic0 GitHub starsUpdated 3 days ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Sep 21, 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 syntropic for Codex

Installs for the current user
codex plugin marketplace add Syntropic-Health/plugins
codex plugin marketplace upgrade syntropic
codex plugin add syntropic@syntropic

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

Compatibility: the page URL and API slug “syntropic” remain stable.

  • Codex: syntropic@agent-plugin-marketplacesyntropic@syntropic

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/Syntropic-Health/plugins

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

Plugin files

plugins/syntropic/
├── .codex-plugin/plugin.json
└── .mcp.json

MCP servers1

syntropicStreamable HTTP
url
https://platform.syntropic.com/mcp

Plugin manifests1

plugins/syntropic/.codex-plugin/plugin.json
{
  "name": "syntropic",
  "version": "0.1.0",
  "description": "Connect Codex to your Syntropic organization for messages, knowledge, tasks, and practice workflows.",
  "author": {
    "name": "Syntropic",
    "url": "https://github.com/Syntropic-Health"
  },
  "homepage": "https://github.com/Syntropic-Health/plugins",
  "repository": "https://github.com/Syntropic-Health/plugins",
  "keywords": [
    "syntropic",
    "mcp",
    "practice-management"
  ],
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "Syntropic",
    "shortDescription": "Connect to your Syntropic organization.",
    "longDescription": "Search team messages and knowledge, review tasks, and use practice workflows in Syntropic. Select your organization during sign-in. Available tools and data depend on your account permissions.",
    "developerName": "Syntropic",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Write"
    ],
    "websiteURL": "https://platform.syntropic.com",
    "defaultPrompt": [
      "Find messages in a Syntropic channel.",
      "Search the Syntropic knowledge base.",
      "Show my pending Syntropic tasks."
    ],
    "brandColor": "#512866",
    "composerIcon": "./assets/logo.jpg",
    "logo": "./assets/logo.jpg"
  }
}

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

[syntropic on Agent Plugins Marketplace](https://pluginsmp.com/plugins/syntropic)