replicated-mcp-server

説明なし

GitHubスター

0

ユーザー評価

未評価

お気に入り

0

閲覧数

74

フォーク

0

イシュー

9

README
Replicated Vendor Portal MCP Server

A Machine Chat Protocol (MCP) server that interfaces with the Replicated Vendor Portal API, enabling AI agents to interact with Replicated Vendor Portal accounts.

Overview

This project implements an MCP server that allows AI agents to access and manipulate Replicated Vendor Portal resources through a standardized interface following the MCP protocol.

Features
  • Read-only access to core Replicated entities (applications, releases, channels, customers)
  • Simple configuration via environment variables or command-line flags
  • MCP-compliant interface for AI agent interaction
Installation
go install github.com/crdant/replicated-mcp-server/cmd/server@latest

Or download pre-built binaries from the releases page.

Usage
REPLICATED_API_TOKEN="your-api-token" replicated-mcp-server

Or with command-line flags:

replicated-mcp-server --api-token="your-api-token" --log-level=info
Configuration
Flag Environment Variable Description Default
--api-token REPLICATED_API_TOKEN Replicated Vendor Portal API token (required)
--log-level LOG_LEVEL Log level (fatal, error, info, debug, trace) fatal
--timeout TIMEOUT API request timeout in seconds 30
Development

This project uses standard Go development practices.

# Clone the repository
git clone https://github.com/crdant/replicated-mcp-server.git
cd replicated-mcp-server

# Install dependencies
go mod download

# Run tests
go test ./...

# Build the binary
go build -o replicated-mcp-server ./cmd/server
License

MIT

作者情報
Chuck D'Antonio

System architect & customer advocate. Father to 2(+1), open source & devops advocate, open water swimmer. Zealous cook, eater & cocktail composer.

@replicatedhqGreater Boston

27

フォロワー

211

リポジトリ

18

Gist

0

貢献数