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 →
Get the plugin
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/openai/.
Compatibility: the page URL and API slug “cohesivity-3” remain stable.
- Codex: Legacy selector
cohesivity-3@agent-plugin-marketplaceremains 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
├── .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-3)