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
- Claude Code
- 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 Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install cohesivity@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
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/claude/.
Plugin files
├── .claude-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
- ${CLAUDE_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
{
"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)