Link Search Menu Expand Document

MCP

Table of contents

背景

  py_execute_mcp: 
    command: npx 
    args:
      - -y
      - "@smithery/cli@latest"
      - run 
      - "@STUzhy/py_execute_mcp"
      - --key
      - "02afe073-e42f-4fc4-894c-54f12b637236"
  excel-search-mcp: 
    command: npx 
    args:
      - -y
      - "@smithery/cli@latest"
      - run 
      - "@msaltnet/excel-search-mcp"
      - --key
      - "02afe073-e42f-4fc4-894c-54f12b637236"
  filesystem:
    # type: stdio
    command: npx
    args:
      - -y
      - "@modelcontextprotocol/server-filesystem"
      - /app/logs/
    iconPath: /app/logs/logo.svg

Table of contents