Releases: base-go/base_mcp
Releases · base-go/base_mcp
Release list
Base MCP Server v1.0.1
Base Framework MCP Server v1.0.1
What's New
Installation
Automatic Installation
curl -fsSL https://mcp.base.al/install | bashManual 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-mcpTools 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
Base Framework MCP Server v1.0.0
What's New
Installation
Automatic Installation
curl -fsSL https://mcp.base.al/install | bashManual 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-mcpTools Available
- base_info: Get Base Framework overview and information
- base_cli: Complete CLI commands reference with examples
- base_docs: Comprehensive framework documentation and features