mcp.mbt

colmugx/mcp.mbt
★ 2 stars MoonBit 🤖 AI/LLM Updated today
Type-safe MCP server implementation in MoonBit with dual transport support (STDIO/HTTP)
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp.mbt": {
      "command": "npx",
      "args": [
        "-y",
        "colmugx/mcp.mbt"
      ]
    }
  }
}

README Excerpt

A type-safe Model Context Protocol (MCP) server implementation in MoonBit, enabling easy integration of AI tools with MCP clients like Claude Desktop. **⚡ Performance**: 8x faster JSON serialization with concurrent request handling **🎨 Developer Experience**: Fluent SchemaBuilder API (30% less code) **🧹 Clean v0.5.0**: Zero deprecated code, modern API only

Tools (2)

StringBuildertext

Topics

mcpmodelcontextprotocolmoonbittype-safe