Skip to main content
Glama

focMCP SDK

Official
by focMCP

focMCP SDK

Full On-Chain Minecraft Protocol Servers

The focMCP SDK provides tools and infrastructure for building and deploying fully on-chain Minecraft Protocol servers. This SDK enables developers to create decentralized gaming experiences by leveraging blockchain technology.

Features

  • Full on-chain Minecraft Protocol (MCP) server implementation
  • Blockchain-based game state management
  • Decentralized player authentication
  • Smart contract integration for in-game assets
  • Cross-chain compatibility
  • Customizable server configurations

Installation

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

Quick Start

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'); });

Documentation

Comprehensive documentation is available in the docs directory. This includes:

  • API Reference
  • Configuration Guide
  • Smart Contract Integration
  • Performance Optimization
  • Security Best Practices

Examples

Check out the examples directory for sample implementations and use cases:

  • Basic server setup
  • Custom game modes
  • Smart contract integration examples
  • On-chain asset management
  • Player authentication flows

Development

Prerequisites

  • Node.js v16+
  • TypeScript
  • Basic knowledge of blockchain technologies

Building from Source

# 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

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Support

For questions and support, please open an issue in the GitHub repository or contact the maintainers.


Built with ❤️ by the focMCP team

-
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.

Provides tools and infrastructure for building fully on-chain Minecraft Protocol servers that enable developers to create decentralized gaming experiences using blockchain technology.

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 -
    6,729
    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
    85
    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