Plugin Claude Code
Marketplace for the Bifrost MCP gateway plugin for Claude Code.
Plugin Claude Code
Marketplace for the Bifrost MCP gateway plugin for Claude Code.
Plugin Claude Code
Bifrost MCP gateway plugin for Claude Code and Claude Desktop: skill discovery, agent-driven memory, one-command onboarding, signed admin policy, and OAuth 2.1 for Desktop.
MCP server Claude CodeCodexCursor +2
MCP server "bifrost", hosted remotely, as configured in neXenio/bifrost-plugin.
Instructions file CodexOpenCode
Instructions for neXenio/bifrost-plugin, covering bifrost-plugin — agents.md, skill discovery — check before non-trivial work (mandatory), memory — agent-driven via the gateway mcp, plugin file ownership and manifests + mcp + installer.
Command
Review memory candidates recorded during sessions, and promote the good ones into shared team memory.
Command
Diagnose why the Bifrost gateway, memory injection, or skill discovery isn't working.
Command
Manually register the Bifrost MCP server when the automated setup can't run.
Command
Onboard to a Bifrost MCP gateway — register the server, verify the connection, confirm memory and skill discovery.
Command
Set up the Bifrost MCP gateway. Install the plugin and verify memory + skill discovery are live.
Hook
Runs when a session starts on startup, clear and compact, executing session-start.cjs via node. From neXenio/bifrost-plugin.
Hook
Runs when you submit a prompt, before the agent sees it, executing prompt-submit.cjs via node. From neXenio/bifrost-plugin.
Hook
Runs when the agent finishes a response, executing session-reflect.cjs via node. From neXenio/bifrost-plugin.
Hook
Runs after a tool call finishes for mcp__(bifrost and plugin_bifrost-plugin_bifrost)__.* tool calls, executing usage.cjs via node. From neXenio/bifrost-plugin.
Hook
Runs when a tool call fails for mcp__(bifrost and plugin_bifrost-plugin_bifrost)__.* tool calls, executing usage.cjs via node. From neXenio/bifrost-plugin.
Skill Claude CodeCodex
Call Bifrost gateway MCP servers that are NOT exposed as flat tools, through the executeToolCode meta-tool. Triggers on 'executeToolCode', 'code mode', 'code-mode', 'listToolFiles', 'readToolFile', 'getToolDocs', 'starlark', 'tool not found on bifrost', 'no such tool mcpbifrost', 'how do I call…
Skill Claude CodeCodex
Diagnose why a Bifrost gateway, memory injection, or skill discovery isn't working in Claude Code or Claude Desktop. Triggers on 'bifrost not working', 'mcp not connecting', 'memory not injecting', 'skillsearch failing', '401/403 from bifrost', 'bifrost debug', 'gateway unreachable', 'mcpregistrationfailed', 'desktop…
Skill Claude CodeCodex
How to actually use a Bifrost gateway: most of its servers are NOT flat tools — a missing mcpbifrost - means the capability is in code mode, reachable by running a Starlark snippet through the executeToolCode meta-tool, with listToolFiles() to discover what exists. Search the skill library (skillsearch) and the shared…
Skill Claude CodeCodex
Manually wire a Bifrost MCP server into Claude Code (mcp.json) when the automated installer can't run, or add the Bifrost plugin on Claude Desktop and claude.ai through the Plugins UI. Triggers on 'manually add bifrost mcp', 'edit mcp.json for bifrost', 'installer failed', 'add x-bf-vk header', 'manual bifrost setup'…
Skill Claude CodeCodex
Onboard to a Bifrost MCP gateway in Claude Code — run the one-command setup, verify the MCP connects, and confirm memory + skill discovery are live. Triggers on 'set up bifrost', 'onboard me to bifrost', 'install bifrost gateway', 'first-run setup', 'bifrost setup'.