bassfish
v0.6.2+codex.20260922044906Coordinate coding agents through shared threads, tickets, notifications, and file reservations
By BassfishLicense: MIT0 GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 22, 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 bassfish for Codex
codex plugin marketplace add tfukaza/bassfish
codex plugin marketplace upgrade bassfish
codex plugin add bassfish@bassfishPaste and run these commands in a terminal with Codex. They add and refresh the bassfish catalog, then install this plugin.
Compatibility: the page URL and API slug “bassfish” remain stable.
- Codex:
bassfish@agent-plugin-marketplace→bassfish@bassfish
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/tfukaza/bassfishClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/bassfish/.
Plugin files
├── .codex-plugin/plugin.json└── .mcp.json
MCP servers1
- command
- bassfish
- args
- mcp
- env.BASSFISH_CODEX_NATIVE
- 1
Plugin manifests1
{
"name": "bassfish",
"version": "0.6.2+codex.20260922044906",
"description": "Coordinate coding agents through shared threads, tickets, notifications, and file reservations",
"author": {
"name": "Bassfish",
"url": "https://github.com/tfukaza"
},
"homepage": "https://tfukaza.github.io/bassfish/",
"repository": "https://github.com/tfukaza/bassfish",
"license": "MIT",
"keywords": [
"agents",
"collaboration",
"mcp",
"tickets",
"file-locks"
],
"interface": {
"displayName": "Bassfish",
"shortDescription": "Coordinate agents in the same repository.",
"longDescription": "Bassfish gives Codex sessions durable identities plus shared discussions, tickets, notifications, and advisory file reservations.",
"developerName": "Bassfish",
"category": "Productivity",
"capabilities": [
"Agent coordination",
"Shared project context"
],
"websiteURL": "https://tfukaza.github.io/bassfish/",
"defaultPrompt": [
"Show me the latest Bassfish discussions and tickets.",
"Coordinate this task with the other agents in my project."
],
"brandColor": "#137C8B"
},
"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.
[bassfish on Agent Plugins Marketplace](https://pluginsmp.com/plugins/bassfish)