mcp-server

module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 12, 2026 License: Apache-2.0

README

deploybase MCP Server

Manage deploybase static site hosting from Claude Code, Cursor, and other MCP-compatible AI assistants.

Installation

Option 1: Go Install (requires Go 1.25+)
go install codeberg.org/deploybase/mcp-server/cmd/server@latest
Option 2: Download Binary

Download the latest release for your platform from codeberg.org/deploybase/mcp-server/releases.

Quick Start

  1. Get an API key from deploybase.eu → Settings → API Keys
  2. Configure Claude Code (.mcp.json):
{
  "mcpServers": {
    "deploybase": {
      "command": "server",
      "args": ["--transport", "stdio"],
      "env": {
        "DEPLOYBASE_API_KEY": "dbk_your_api_key_here"
      }
    }
  }
}
  1. Ask Claude: "Deploy my site to deploybase"

See AGENTS.md for detailed setup, tool reference, and workflows.

Docker

docker run -e DEPLOYBASE_API_KEY=dbk_your_key deploybase/mcp-server:latest

Documentation

License

Apache License 2.0 — see LICENSE for details.

Directories

Path Synopsis
cmd
server command
pkg
client
Package client provides the HTTP client for the deploybase API.
Package client provides the HTTP client for the deploybase API.
config
Package config provides configuration loading for the MCP server.
Package config provides configuration loading for the MCP server.
errors
Package errors provides error types and handling for the MCP server.
Package errors provides error types and handling for the MCP server.
helpers
Package helpers provides MCP result utilities.
Package helpers provides MCP result utilities.
migration
Package migration provides config file parsers for platform migrations.
Package migration provides config file parsers for platform migrations.
ratelimit
Package ratelimit provides per-user in-memory rate limiting.
Package ratelimit provides per-user in-memory rate limiting.
transport
Package transport provides HTTP transport for the MCP server.
Package transport provides HTTP transport for the MCP server.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL