Skip to main content

MCP Server

  • Create MCP server

    Use command :

     initz create mcp --name=<mcp-name>
    Flags
    --name
    • Indicates the name of MCP server.
    • required
    • Shorthand : n
  • Delete MCP server

    Use command :

    initz delete mcp --name <name>
    Flags
    --name
    • Indicates the name of the MCP server.
    • required
    • Shorthand : n
  • Get list of MCP server

    Use command :

    initz get mcp
  • Get list of MCP server tools

    Use command :

    initz get tools --type=<slack/jira>
  • Get MCP configuration

    Use command :

    initz get config 

    OR

    initz get config --name=<mcp-name>