cohesivity
v5.0.0Cohesivity backend infrastructure skill with local project bootstrap and a public remote MCP for documentation and management, with optional account OAuth.
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 →
Install cohesivity for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add cohesivity@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
Compatibility: the page URL and API slug “cohesivity-2” remain stable.
- Codex:
cohesivity-2@agent-plugin-marketplace→cohesivity@agent-plugin-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/cohesivity-org/cohesivity-pluginClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is packages/codex/plugins/cohesivity/.
Plugin files
├── .codex-plugin/plugin.json├── skills/cohesivity/SKILL.md└── .mcp.json
Included Skills1
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
- url
- https://cohesivity.ai/mcp
- command
- node
- args
- ./mcp/project-bootstrap.mjs
- cwd
- .
Plugin manifests1
{
"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"
}For maintainers
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-2)