fusebase
v1.0.0Comprehensive 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.
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
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add fusebase@agent-plugin-marketplacePaste 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-mcpClone 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
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── .mcp.json
MCP servers1
- command
- node
- args
- dist/index.js
- env.FUSEBASE_TOOLS
- all
Plugin manifests2
{
"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"
}
}
}{
"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"
}
}
}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.
[fusebase on Agent Plugins Marketplace](https://pluginsmp.com/plugins/fusebase)