Agent Plugins Marketplace
← All plugins

cohesivity

v5.0.0

Cohesivity backend infrastructure skill with local project bootstrap and a public remote MCP for documentation and management, with optional account OAuth.

Codex1 Skill2 MCP serversStreamable HTTPstdio

By CohesivityLicense: MIT1 GitHub starsUpdated 3 hours ago

Directory evidence

Runtimes
Codex
Parsed components
3 skill or MCP entries
Source updated
Sep 25, 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 →

Get the plugin

git clone https://github.com/cohesivity-org/cohesivity-plugin

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

Compatibility: the page URL and API slug “cohesivity-3” remain stable.

  • Codex: Legacy selector cohesivity-3@agent-plugin-marketplace remains documented for migration; install from source for this runtime.

This plugin's manifest name conflicts with another source for the same runtime. The source remains indexed, but this directory does not generate mismatched -2/-3 install commands.

Plugin files

packages/openai/
├── .codex-plugin/plugin.json
├── skills/cohesivity/SKILL.md
└── .mcp.json

Included Skills1

cohesivityskills/cohesivity/SKILL.md

Backend and infra for a project via Cohesivity (cohesivity.ai). Provisions Postgres, hosting and deploys, auth and social login, realtime websockets, an agent-native email inbox, object and vector storage, Redis, cron, and AI model APIs (OpenAI, Anthropic, Deepgram, Exa) through one HTTP API. Use when a valid `.cohesivity` file exists, a Cohesivity MCP is available, the user names Cohesivity, or the project needs a backend or any of these services and no competing provider was chosen.

MCP servers2

cohesivityStreamable HTTP
url
https://cohesivity.ai/mcp
cohesivity-localstdio
command
node
args
./mcp/project-bootstrap.mjs
cwd
.

Plugin manifests1

packages/openai/.codex-plugin/plugin.json
{
  "name": "cohesivity",
  "version": "5.0.0",
  "description": "Cohesivity backend infrastructure skill with local project bootstrap and a public remote MCP for documentation and management, with optional account OAuth.",
  "author": {
    "name": "Cohesivity",
    "email": "[email protected]",
    "url": "https://cohesivity.ai"
  },
  "homepage": "https://cohesivity.ai",
  "repository": "https://github.com/cohesivity-org/cohesivity-plugin",
  "license": "MIT",
  "keywords": [
    "backend",
    "infrastructure",
    "database",
    "hosting",
    "auth"
  ],
  "skills": "./skills/",
  "mcpServers": "./.mcp.json"
}

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

[cohesivity on Agent Plugins Marketplace](https://pluginsmp.com/plugins/cohesivity-3)