Agent Skill
2/7/2026

workspace

Show current Octave MCP server connection and status. Use when user says "which workspace", "show connection", "what server", or asks about Octave setup.

O
octavehq
6GitHub Stars
1Views
npx skills add octavehq/lfgtm

SKILL.md

Nameworkspace
DescriptionShow current Octave MCP server connection and status. Use when user says "which workspace", "show connection", "what server", or asks about Octave setup.

name: workspace description: Show current Octave MCP server connection and status. Use when user says "which workspace", "show connection", "what server", or asks about Octave setup.

/octave:workspace - Workspace Status

Show which Octave MCP server is connected.

Instructions

  1. Find the Octave MCP server by looking at your available tools for ones like verify_connection, get_entity, list_all_entities

  2. Show the server name (e.g. octave-acme):

   Current Octave Workspace
   ========================
   MCP Server: <mcpServerName>
  1. If no Octave tools found:
   No Octave MCP server detected.

   Add one with: claude mcp add octave-<workspaceName> --transport http <url>
  1. If user asks to switch: Explain they need to configure a different MCP server in their Claude settings.
Skills Info
Original Name:workspaceAuthor:octavehq