Skip to main content
Glama

focMCP SDK

Official
by focMCP

focMCP SDK

フルオンチェーン Minecraft プロトコル サーバー

focMCP SDKは、完全にオンチェーン化されたMinecraft Protocolサーバーを構築・展開するためのツールとインフラストラクチャを提供します。このSDKにより、開発者はブロックチェーン技術を活用した分散型ゲーム体験を構築できます。

特徴

  • 完全なオンチェーンMinecraft Protocol(MCP)サーバーの実装
  • ブロックチェーンベースのゲーム状態管理
  • 分散型プレイヤー認証
  • ゲーム内資産のスマートコントラクト統合
  • クロスチェーン互換性
  • カスタマイズ可能なサーバー構成

インストール

npm install @focmcp/sdk # or yarn add @focmcp/sdk

クイックスタート

import { MCPServer } from '@focmcp/sdk'; // Initialize a new MCP server instance const server = new MCPServer({ port: 25565, maxPlayers: 20, gameMode: 'survival', // Add additional configuration options }); // Start the server server.start().then(() => { console.log('MCP Server running on port 25565'); });

ドキュメント

包括的なドキュメントはdocsディレクトリで入手できます。これには以下が含まれます。

  • APIリファレンス
  • 設定ガイド
  • スマートコントラクト統合
  • パフォーマンスの最適化
  • セキュリティのベストプラクティス

サンプルの実装と使用例については、例のディレクトリを参照してください。

  • 基本的なサーバー設定
  • カスタムゲームモード
  • スマートコントラクトの統合例
  • オンチェーン資産管理
  • プレイヤー認証フロー

発達

前提条件

  • Node.js v16+
  • タイプスクリプト
  • ブロックチェーン技術の基礎知識

ソースから構築

# Clone the repository git clone https://github.com/focMCP/sdk.git cd sdk # Install dependencies npm install # Build the project npm run build # Run tests npm test

貢献

貢献を歓迎します!お気軽にプルリクエストを送信してください。

  1. リポジトリをフォークする
  2. 機能ブランチを作成します( git checkout -b feature/amazing-feature
  3. 変更をコミットします ( git commit -m 'Add some amazing feature' )
  4. ブランチにプッシュする ( git push origin feature/amazing-feature )
  5. プルリクエストを開く

ライセンス

このプロジェクトは MIT ライセンスに基づいてライセンスされています - 詳細についてはLICENSEファイルを参照してください。

サポート

ご質問やサポートについては、GitHub リポジトリで問題を開くか、メンテナーにお問い合わせください。


focMCPチームが❤️を込めて作成しました

-
security - not tested
-
license - not tested
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

開発者がブロックチェーン テクノロジーを使用して分散型ゲーム エクスペリエンスを作成できるようにする、完全にオンチェーンの Minecraft Protocol サーバーを構築するためのツールとインフラストラクチャを提供します。

  1. フルオンチェーン Minecraft プロトコル サーバー
    1. 特徴
      1. インストール
        1. クイックスタート
          1. ドキュメント
              1. 発達
                1. 前提条件
                2. ソースから構築
              2. 貢献
                1. ライセンス
                  1. サポート

                    Related MCP Servers

                    • -
                      security
                      F
                      license
                      -
                      quality
                      Leverage SettleMint's Model Context Protocol server to seamlessly interact with enterprise blockchain infrastructure. Build, deploy, and manage smart contracts through AI-powered assistants, streamlining your blockchain development workflow for maximum efficiency.
                      Last updated -
                      4,413
                      14
                      TypeScript
                    • A
                      security
                      A
                      license
                      A
                      quality
                      A Minecraft MCP Server powered by Mineflayer API. It allows to control a Minecraft character in real-time, allowing AI assistants to build structures, explore the world, and interact with the game environment through natural language instruction
                      Last updated -
                      14
                      121
                      TypeScript
                      Apache 2.0
                      • Apple
                    • A
                      security
                      A
                      license
                      A
                      quality
                      A server that provides tools for interacting with MantraChain blockchain through the Model Context Protocol, allowing users to manage tokens, stake assets, query balances, and execute various blockchain operations.
                      Last updated -
                      18
                      55
                      2
                      TypeScript
                      MIT License
                    • -
                      security
                      -
                      license
                      -
                      quality
                      A suite of MCP servers that allow LLMs to interact with blockchains through MetaMask wallet without exposing private keys, facilitating secure AI-powered blockchain interactions and simplified user onboarding.
                      Last updated -
                      1
                      TypeScript

                    View all related MCP servers

                    MCP directory API

                    We provide all the information about MCP servers via our MCP API.

                    curl -X GET 'https://glama.ai/api/mcp/v1/servers/focMCP/sdk'

                    If you have feedback or need assistance with the MCP directory API, please join our Discord server