Agent Plugins Marketplace
All plugins

fusebase

v1.0.0

Comprehensive FuseBase MCP server and agent platform tool suite for workspaces, Y.js live collaboration, dashboards, visual tables, CRM pipelines, client portals, automations, and Gate PostgreSQL stores.

CodexClaude Code1 MCP serverstdio

By FuseBaseLicense: MIT6 GitHub starsUpdated yesterday

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 23, 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 fusebase for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add fusebase@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. 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/ryan-haver/fusebase-mcp

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

Plugin files

fusebase/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── .mcp.json

MCP servers1

fusebasestdio
command
node
args
dist/index.js
env.FUSEBASE_TOOLS
all

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "fusebase",
  "version": "1.0.0",
  "description": "Comprehensive FuseBase MCP server and agent platform tool suite for workspaces, Y.js live collaboration, dashboards, visual tables, CRM pipelines, client portals, automations, and Gate PostgreSQL stores.",
  "keywords": [
    "fusebase",
    "mcp",
    "agent",
    "swarm",
    "crm",
    "collaboration",
    "yjs",
    "portal",
    "activepieces"
  ],
  "author": {
    "name": "FuseBase",
    "url": "https://thefusebase.com"
  },
  "homepage": "https://thefusebase.com",
  "repository": "https://github.com/ryan-haver/fusebase-mcp",
  "license": "MIT",
  "server": {
    "command": "node",
    "args": [
      "dist/index.js"
    ],
    "transport": {
      "type": "stdio"
    }
  }
}
.claude-plugin/plugin.json
{
  "name": "fusebase",
  "version": "1.0.0",
  "description": "Comprehensive FuseBase MCP server and agent platform tool suite for workspaces, Y.js live collaboration, dashboards, visual tables, CRM pipelines, client portals, automations, and Gate PostgreSQL stores.",
  "keywords": [
    "fusebase",
    "mcp",
    "agent",
    "swarm",
    "crm",
    "collaboration",
    "yjs",
    "portal",
    "activepieces"
  ],
  "author": {
    "name": "FuseBase",
    "url": "https://thefusebase.com"
  },
  "homepage": "https://thefusebase.com",
  "repository": "https://github.com/ryan-haver/fusebase-mcp",
  "license": "MIT",
  "server": {
    "command": "node",
    "args": [
      "dist/index.js"
    ],
    "transport": {
      "type": "stdio"
    }
  }
}

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

[fusebase on Agent Plugins Marketplace](https://pluginsmp.com/plugins/fusebase)