1. Registry
  2. Packages
  3. Snowflake Provider
  4. API Docs
  5. getMcpServers
Viewing docs for Snowflake v2.19.0
published on Friday, Jul 31, 2026 by Pulumi
snowflake logo
Viewing docs for Snowflake v2.19.0
published on Friday, Jul 31, 2026 by Pulumi

    Caution: Preview Feature This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to previewFeaturesEnabled field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.

    Data source used to get details of filtered MCP servers. Filtering is aligned with the current possibilities for SHOW MCP SERVERS query (like, in). The results of SHOW and DESCRIBE are encapsulated in one output collection mcpServers.

    Using getMcpServers

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getMcpServers(args: GetMcpServersArgs, opts?: InvokeOptions): Promise<GetMcpServersResult>
    function getMcpServersOutput(args: GetMcpServersOutputArgs, opts?: InvokeOptions): Output<GetMcpServersResult>
    def get_mcp_servers(in_: Optional[GetMcpServersIn] = None,
                        like: Optional[str] = None,
                        with_describe: Optional[bool] = None,
                        opts: Optional[InvokeOptions] = None) -> GetMcpServersResult
    def get_mcp_servers_output(in_: pulumi.Input[Optional[GetMcpServersInArgs]] = None,
                        like: pulumi.Input[Optional[str]] = None,
                        with_describe: pulumi.Input[Optional[bool]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetMcpServersResult]
    func GetMcpServers(ctx *Context, args *GetMcpServersArgs, opts ...InvokeOption) (*GetMcpServersResult, error)
    func GetMcpServersOutput(ctx *Context, args *GetMcpServersOutputArgs, opts ...InvokeOption) GetMcpServersResultOutput

    > Note: This function is named GetMcpServers in the Go SDK.

    public static class GetMcpServers 
    {
        public static Task<GetMcpServersResult> InvokeAsync(GetMcpServersArgs args, InvokeOptions? opts = null)
        public static Output<GetMcpServersResult> Invoke(GetMcpServersInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetMcpServersResult> getMcpServers(GetMcpServersArgs args, InvokeOptions options)
    public static Output<GetMcpServersResult> getMcpServers(GetMcpServersArgs args, InvokeOptions options)
    
    fn::invoke:
      function: snowflake:index/getMcpServers:getMcpServers
      arguments:
        # arguments dictionary
    data "snowflake_get_mcp_servers" "name" {
        # arguments
    }

    The following arguments are supported:

    In GetMcpServersIn
    IN clause to filter the list of objects
    Like string
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    WithDescribe bool
    (Default: true) Runs DESC MCP SERVER for each MCP server returned by SHOW MCP SERVERS. The output of describe is saved to the describeOutput field. By default this value is set to true.
    In GetMcpServersIn
    IN clause to filter the list of objects
    Like string
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    WithDescribe bool
    (Default: true) Runs DESC MCP SERVER for each MCP server returned by SHOW MCP SERVERS. The output of describe is saved to the describeOutput field. By default this value is set to true.
    in object
    IN clause to filter the list of objects
    like string
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    with_describe bool
    (Default: true) Runs DESC MCP SERVER for each MCP server returned by SHOW MCP SERVERS. The output of describe is saved to the describeOutput field. By default this value is set to true.
    in GetMcpServersIn
    IN clause to filter the list of objects
    like String
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    withDescribe Boolean
    (Default: true) Runs DESC MCP SERVER for each MCP server returned by SHOW MCP SERVERS. The output of describe is saved to the describeOutput field. By default this value is set to true.
    in GetMcpServersIn
    IN clause to filter the list of objects
    like string
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    withDescribe boolean
    (Default: true) Runs DESC MCP SERVER for each MCP server returned by SHOW MCP SERVERS. The output of describe is saved to the describeOutput field. By default this value is set to true.
    in_ GetMcpServersIn
    IN clause to filter the list of objects
    like str
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    with_describe bool
    (Default: true) Runs DESC MCP SERVER for each MCP server returned by SHOW MCP SERVERS. The output of describe is saved to the describeOutput field. By default this value is set to true.
    in Property Map
    IN clause to filter the list of objects
    like String
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    withDescribe Boolean
    (Default: true) Runs DESC MCP SERVER for each MCP server returned by SHOW MCP SERVERS. The output of describe is saved to the describeOutput field. By default this value is set to true.

    getMcpServers Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    McpServers List<GetMcpServersMcpServer>
    Holds the aggregated output of all MCP server details queries.
    In GetMcpServersIn
    IN clause to filter the list of objects
    Like string
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    WithDescribe bool
    (Default: true) Runs DESC MCP SERVER for each MCP server returned by SHOW MCP SERVERS. The output of describe is saved to the describeOutput field. By default this value is set to true.
    Id string
    The provider-assigned unique ID for this managed resource.
    McpServers []GetMcpServersMcpServer
    Holds the aggregated output of all MCP server details queries.
    In GetMcpServersIn
    IN clause to filter the list of objects
    Like string
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    WithDescribe bool
    (Default: true) Runs DESC MCP SERVER for each MCP server returned by SHOW MCP SERVERS. The output of describe is saved to the describeOutput field. By default this value is set to true.
    id string
    The provider-assigned unique ID for this managed resource.
    mcp_servers list(object)
    Holds the aggregated output of all MCP server details queries.
    in object
    IN clause to filter the list of objects
    like string
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    with_describe bool
    (Default: true) Runs DESC MCP SERVER for each MCP server returned by SHOW MCP SERVERS. The output of describe is saved to the describeOutput field. By default this value is set to true.
    id String
    The provider-assigned unique ID for this managed resource.
    mcpServers List<GetMcpServersMcpServer>
    Holds the aggregated output of all MCP server details queries.
    in GetMcpServersIn
    IN clause to filter the list of objects
    like String
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    withDescribe Boolean
    (Default: true) Runs DESC MCP SERVER for each MCP server returned by SHOW MCP SERVERS. The output of describe is saved to the describeOutput field. By default this value is set to true.
    id string
    The provider-assigned unique ID for this managed resource.
    mcpServers GetMcpServersMcpServer[]
    Holds the aggregated output of all MCP server details queries.
    in GetMcpServersIn
    IN clause to filter the list of objects
    like string
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    withDescribe boolean
    (Default: true) Runs DESC MCP SERVER for each MCP server returned by SHOW MCP SERVERS. The output of describe is saved to the describeOutput field. By default this value is set to true.
    id str
    The provider-assigned unique ID for this managed resource.
    mcp_servers Sequence[GetMcpServersMcpServer]
    Holds the aggregated output of all MCP server details queries.
    in_ GetMcpServersIn
    IN clause to filter the list of objects
    like str
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    with_describe bool
    (Default: true) Runs DESC MCP SERVER for each MCP server returned by SHOW MCP SERVERS. The output of describe is saved to the describeOutput field. By default this value is set to true.
    id String
    The provider-assigned unique ID for this managed resource.
    mcpServers List<Property Map>
    Holds the aggregated output of all MCP server details queries.
    in Property Map
    IN clause to filter the list of objects
    like String
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    withDescribe Boolean
    (Default: true) Runs DESC MCP SERVER for each MCP server returned by SHOW MCP SERVERS. The output of describe is saved to the describeOutput field. By default this value is set to true.

    Supporting Types

    GetMcpServersIn

    Account bool
    Returns records for the entire account.
    Database string
    Returns records for the current database in use or for a specified database.
    Schema string
    Returns records for the current schema in use or a specified schema. Use fully qualified name.
    Account bool
    Returns records for the entire account.
    Database string
    Returns records for the current database in use or for a specified database.
    Schema string
    Returns records for the current schema in use or a specified schema. Use fully qualified name.
    account bool
    Returns records for the entire account.
    database string
    Returns records for the current database in use or for a specified database.
    schema string
    Returns records for the current schema in use or a specified schema. Use fully qualified name.
    account Boolean
    Returns records for the entire account.
    database String
    Returns records for the current database in use or for a specified database.
    schema String
    Returns records for the current schema in use or a specified schema. Use fully qualified name.
    account boolean
    Returns records for the entire account.
    database string
    Returns records for the current database in use or for a specified database.
    schema string
    Returns records for the current schema in use or a specified schema. Use fully qualified name.
    account bool
    Returns records for the entire account.
    database str
    Returns records for the current database in use or for a specified database.
    schema str
    Returns records for the current schema in use or a specified schema. Use fully qualified name.
    account Boolean
    Returns records for the entire account.
    database String
    Returns records for the current database in use or for a specified database.
    schema String
    Returns records for the current schema in use or a specified schema. Use fully qualified name.

    GetMcpServersMcpServer

    DescribeOutputs List<GetMcpServersMcpServerDescribeOutput>
    Holds the output of DESCRIBE MCP SERVER.
    ShowOutputs List<GetMcpServersMcpServerShowOutput>
    Holds the output of SHOW MCP SERVERS.
    DescribeOutputs []GetMcpServersMcpServerDescribeOutput
    Holds the output of DESCRIBE MCP SERVER.
    ShowOutputs []GetMcpServersMcpServerShowOutput
    Holds the output of SHOW MCP SERVERS.
    describe_outputs list(object)
    Holds the output of DESCRIBE MCP SERVER.
    show_outputs list(object)
    Holds the output of SHOW MCP SERVERS.
    describeOutputs List<GetMcpServersMcpServerDescribeOutput>
    Holds the output of DESCRIBE MCP SERVER.
    showOutputs List<GetMcpServersMcpServerShowOutput>
    Holds the output of SHOW MCP SERVERS.
    describeOutputs GetMcpServersMcpServerDescribeOutput[]
    Holds the output of DESCRIBE MCP SERVER.
    showOutputs GetMcpServersMcpServerShowOutput[]
    Holds the output of SHOW MCP SERVERS.
    describe_outputs Sequence[GetMcpServersMcpServerDescribeOutput]
    Holds the output of DESCRIBE MCP SERVER.
    show_outputs Sequence[GetMcpServersMcpServerShowOutput]
    Holds the output of SHOW MCP SERVERS.
    describeOutputs List<Property Map>
    Holds the output of DESCRIBE MCP SERVER.
    showOutputs List<Property Map>
    Holds the output of SHOW MCP SERVERS.

    GetMcpServersMcpServerDescribeOutput

    Comment string
    CreatedOn string
    DatabaseName string
    Name string
    Owner string
    SchemaName string
    ServerSpec string
    Comment string
    CreatedOn string
    DatabaseName string
    Name string
    Owner string
    SchemaName string
    ServerSpec string
    comment string
    created_on string
    database_name string
    name string
    owner string
    schema_name string
    server_spec string
    comment String
    createdOn String
    databaseName String
    name String
    owner String
    schemaName String
    serverSpec String
    comment string
    createdOn string
    databaseName string
    name string
    owner string
    schemaName string
    serverSpec string
    comment String
    createdOn String
    databaseName String
    name String
    owner String
    schemaName String
    serverSpec String

    GetMcpServersMcpServerShowOutput

    Comment string
    CreatedOn string
    DatabaseName string
    Name string
    Owner string
    SchemaName string
    Comment string
    CreatedOn string
    DatabaseName string
    Name string
    Owner string
    SchemaName string
    comment string
    created_on string
    database_name string
    name string
    owner string
    schema_name string
    comment String
    createdOn String
    databaseName String
    name String
    owner String
    schemaName String
    comment string
    createdOn string
    databaseName string
    name string
    owner string
    schemaName string
    comment String
    createdOn String
    databaseName String
    name String
    owner String
    schemaName String

    Package Details

    Repository
    Snowflake pulumi/pulumi-snowflake
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the snowflake Terraform Provider.
    snowflake logo
    Viewing docs for Snowflake v2.19.0
    published on Friday, Jul 31, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial