0.1.8 • Published 7 months ago

@iconlake/mcp v0.1.8

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

iconLake MCP Server

Welcome to the iconLake MCP Server. This server is designed to handle requests for the Model Context Protocol (MCP) using the iconLake service.

Getting Started

Usage with Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "iconlake": {
      "command": "npx",
      "args": [
        "-y",
        "@iconlake/mcp"
      ],
      "env": {
        "ICONLAKE_ENDPOINT": "https://iconlake.com",
        "ICONLAKE_ACCESS_KEY": ""
      }
    }
  }
}

Configuration

The server configuration is defined in claude_desktop_config.json. Ensure the following environment variables are set correctly:

0.1.8

7 months ago

0.1.6

7 months ago

0.1.3

7 months ago

0.1.2

7 months ago

0.1.1

7 months ago

0.1.0

7 months ago