MCP-APIKit

by scarqin
Verified

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Integrations

  • Used for environment variable configuration of the MCP-APIKit server

  • Used for repository hosting and cloning the MCP-APIKit project

  • Used for package management in the MCP-APIKit project

MCP-APIキット

MCP-APIKitは、Windsurf IDEとの統合に特化して設計されたマイクロサービスコントロールプレーン(MCP)サーバーです。Eolink OpenAPIからAPI情報を取得し、IDEのMCPクライアントに提供することで、開発環境内でシームレスなAPI統合と管理を実現します。

特徴

  • Eolink OpenAPIに接続してAPI仕様を取得します
  • API情報をMCPリソースとして公開する
  • APIの検出と探索のためのツールを提供する
  • Windsurf IDE内でのAPIテストと統合をサポート
  • 標準化された通信のためのモデルコンテキストプロトコル(MCP)を実装します

インストール

# Clone the repository git clone https://github.com/yourusername/mcp-apikit.git cd mcp-apikit # Install dependencies pnpm install # Build the project pnpm run build

構成

次の変数を含む.envファイルをルート ディレクトリに作成します。

EOLINK_API_KEY=your_eolink_api_key EOLINK_BASE_URL=https://api.eolink.com SPACE_ID=your_space_id PROJECT_ID=your_project_id

使用法

サーバーの起動

pnpm start

サーバーは、 .envファイルで指定されたポート (デフォルト: 3000) で起動します。

デバッグ

npx @modelcontextprotocol/inspector node dist/index.js

Windsurf IDEからの接続

pnpm build

Windsurf IDE 設定で、次の構成で新しい MCP サーバーを追加します。

"mcpServers": { "apikit": { "command": "node", "args": [ "/Users/{userName}/Documents/mcp-apikit/dist/index.js" ], "env": {} } }

APIリソース

MCP-APIKit サーバーは次のリソースを公開します。

  • api://projects - すべての API プロジェクトを一覧表示します
  • api://projects/{projectId} - 特定のプロジェクトの詳細を取得する
  • api://projects/{projectId}/apis - プロジェクト内のすべての API を一覧表示します
  • api://projects/{projectId}/apis/{apiId} - 特定の API の詳細を取得します

ツール

サーバーは次のツールを提供します。

  • search-apis - すべてのプロジェクトにわたって API を検索します
  • test-api - カスタムパラメータを使用してAPIエンドポイントをテストする
  • import-api - Eolink からプロジェクトに API 仕様をインポートします

発達

# Run in development mode with hot reloading npm run dev

ライセンス

マサチューセッツ工科大学

-
security - not tested
F
license - not found
-
quality - not tested

Eolink OpenAPI から API 情報を取得して MCP リソースとして公開することで Windsurf IDE と統合し、開発環境でのシームレスな API 統合と管理を可能にするマイクロサービス コントロール プレーン サーバーです。

  1. Features
    1. Installation
      1. Configuration
        1. Usage
          1. Starting the Server
          2. Debug
          3. Connecting from Windsurf IDE
        2. API Resources
          1. Tools
            1. Development
              1. License

                Appeared in Searches

                ID: 76hjmqg6wz