Skip to content

Releases: base-go/base_mcp

Base MCP Server v1.0.1

Choose a tag to compare

@flakerimi flakerimi released this 04 Sep 19:23
0765362

Base Framework MCP Server v1.0.1

What's New

Installation

Automatic Installation

curl -fsSL https://mcp.base.al/install | bash

Manual Installation

Download the appropriate binary for your system and place it in your PATH:

  • macOS Intel: base-mcp-darwin-amd64
  • macOS Apple Silicon: base-mcp-darwin-arm64
  • Linux x64: base-mcp-linux-amd64
  • Linux ARM64: base-mcp-linux-arm64

Claude Code Configuration

Add to your ~/.claude.json:

{
  "mcpServers": {
    "base": {
      "command": "~/.base/base-mcp",
      "args": []
    }
  }
}

Or use the global MCP command:

claude mcp add --scope user base ~/.base/base-mcp

Tools Available

  • base_info: Get Base Framework overview and information
  • base_cli: Complete CLI commands reference with examples
  • base_docs: Comprehensive framework documentation and features

Base MCP Server v1.0.0

Choose a tag to compare

@flakerimi flakerimi released this 04 Sep 19:18
0765362

Base Framework MCP Server v1.0.0

What's New

Installation

Automatic Installation

curl -fsSL https://mcp.base.al/install | bash

Manual Installation

Download the appropriate binary for your system and place it in your PATH:

  • macOS Intel: base-mcp-darwin-amd64
  • macOS Apple Silicon: base-mcp-darwin-arm64
  • Linux x64: base-mcp-linux-amd64
  • Linux ARM64: base-mcp-linux-arm64

Claude Code Configuration

Add to your ~/.claude.json:

{
  "mcpServers": {
    "base": {
      "command": "~/.base/base-mcp",
      "args": []
    }
  }
}

Or use the global MCP command:

claude mcp add --scope user base ~/.base/base-mcp

Tools Available

  • base_info: Get Base Framework overview and information
  • base_cli: Complete CLI commands reference with examples
  • base_docs: Comprehensive framework documentation and features