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.

Agent Plugins1 Skill2 MCP serversStreamable HTTPstdio

By CohesivityLicense: MIT1 GitHub starsUpdated 3 hours ago

Directory evidence

Runtimes
Agent Plugins
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 repository root is the plugin root.

This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.

Plugin files

cohesivity/
├── 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
${PLUGIN_ROOT}/mcp/project-bootstrap.mjs

MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.

Plugin manifests1

plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.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"
  ]
}

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-4)