alchemy-mcp-server

alchemy-mcp-serverは、TypeScriptで構築された自動化ワークフローを管理するためのサーバーです。ユーザーは、APIを介してワークフローを簡単に作成、管理、実行できます。シンプルなインターフェースと強力な機能を備えており、開発者にとって使いやすいツールです。

GitHubスター

68

ユーザー評価

未評価

お気に入り

0

閲覧数

7

フォーク

19

イシュー

2

インストール方法
難易度
中級
推定所要時間
10-20

インストール方法

To quickly set up the MCP server, use the following configuration in your MCP config file (typically in Claude Desktop or Cursor settings):
json
{
  "mcpServers": {
    "alchemy": {
      "command": "npx",
      "args": [
        "-y",
        "@alchemy/mcp-server"
      ],
      "env": {
        "ALCHEMY_API_KEY": "YOUR_API_KEY"
      }
    }
  }
}
This configuration allows you to use the server without manually cloning the repository.
作者情報
Alchemy

The Web3 Developer Platform

San Francisco, CA

979

フォロワー

143

リポジトリ

0

Gist

0

貢献数