bract

MCP Browser Automation Server - A Go implementation of Model Context Protocol for browser control

GitHubスター

0

ユーザー評価

未評価

フォーク

0

イシュー

0

閲覧数

1

お気に入り

0

README
Bract - MCP Browser Automation Server

Bract is a Go implementation of a Model Context Protocol (MCP) server that enables browser automation through a Chrome extension. It provides a standardized interface for AI assistants and automation tools to control web browsers programmatically.

Features
  • 🌐 WebSocket-based Communication: Real-time bidirectional communication
  • 🔧 Comprehensive Browser Control: Tab management, content interaction, and capture capabilities
  • 🔒 Secure by Default: Localhost-only connections with input validation
  • 🚀 High Performance: Optimized for concurrent operations
  • 🔄 Automatic Reconnection: Robust connection handling with retry logic
  • 📝 MCP Compliant: Full implementation of the Model Context Protocol
Architecture
MCP Client ←→ WebSocket (ws://localhost:8765) ←→ Bract Server ←→ Chrome Extension
Quick Start
# Clone the repository
git clone https://github.com/periplon/bract.git
cd bract

# Install dependencies
go mod download

# Build the server
go build -o bin/bract cmd/mcp-server/main.go

# Run the server
./bin/bract
Documentation
Project Status

🚧 In Development - This project is currently in the planning phase. See the PRD for implementation timeline and roadmap.

Contributing

We welcome contributions! Please follow conventional commits and semantic versioning when submitting pull requests.

License

TBD

作者情報

0

フォロワー

3

リポジトリ

0

Gist

119

貢献数

トップ貢献者

スレッド