diff --git a/README.md b/README.md index a9730d1..900b078 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,11 @@ ![Version](https://img.shields.io/github/v/release/co-browser/agent-browser?label=version) ![License](https://img.shields.io/badge/license-MIT-green) -[![macOS](https://img.shields.io/badge/macOS-supported-success)](https://github.com/co-browser/agent-browser/releases) -[![Windows](https://img.shields.io/badge/Windows-supported-success)](https://github.com/co-browser/agent-browser/releases) -[![Linux](https://img.shields.io/badge/Linux-supported-success)](https://github.com/co-browser/agent-browser/releases) -[![Twitter URL](https://img.shields.io/twitter/url/https/twitter.com/cobrowser.svg?style=social&label=Follow%20%40cobrowser)](https://x.com/cobrowser) +[![Twitter URL](https://img.shields.io/twitter/url/https/twitter.com/cobrowser.svg?label=Follow%20%40cobrowser)](https://x.com/cobrowser) +[![Discord](https://img.shields.io/discord/1351569878116470928?logo=discord&logoColor=white&label=discord&color=white)](https://discord.gg/gw9UpFUhyY) -**Connect all your MCP clients to a single endpoint that manages all your MCP servers** + +**Accelerate development by managing all your MCP server in one place** [Installation](#installation) • [Client Integration](#client-integration) • @@ -27,24 +26,32 @@ Agent Browser eliminates the need to configure each MCP server in every client.
- - + + - -
Without Agent BrowserWith Agent BrowserWithout Agent BrowserWith Agent Browser
-
    -
  • ✓ Add new server in Cursor
  • -
  • ✓ Add new server in Windsurf Client
  • -
  • ✓ Add new server in Claude Client
  • -
  • ✓ Repeat for each additional client
  • -
  • ✓ Update all clients when server changes
  • -
+
+ + + + +
+ ✓ Add new server in Cursor
+ ✓ Add new server in Windsurf Client
+ ✓ Add new server in Claude Client
+ ✓ Repeat for each additional client
+ ✓ Update all clients when server changes +
-
    -
  • ✓ Add new server once in Agent Browser UI
  • -
  • ✓ Update once in Agent Browser when server changes
  • -
+
+ + + + +
+ ✓ Add new server once in Agent Browser UI
+ ✓ Update once in Agent Browser when server changes +
@@ -74,7 +81,7 @@ agent-browser **Windows** ```bash -scoop bucket add https://github.com/cob-packages/scoop-agent-browser +scoop bucket add agent-browser https://github.com/cob-packages/scoop-agent-browser scoop install agent-browser agent-browser ``` @@ -155,7 +162,15 @@ The Agent Browser exposes a REST API for integration. For details on accessing t ## Future Direction -We plan to expand Agent Browser to support additional protocols like A2A and ACP, alongside MCP. +### Protocol Support Implementation + +We plan to expand Agent Browser to support additional protocols alongside MCP. + +#### Future Tasks + +- [ ] Add A2A protocol support +- [ ] Add ACP protocol support +- [ ] Implement protocol auto-detection ``` Client @@ -168,6 +183,12 @@ We plan to expand Agent Browser to support additional protocols like A2A and ACP MCP A2A ACP ... ``` +### Relevant Files + +- `/internal/mcp` - MCP protocol implementation +- `/internal/web` - Web server and UI components +- `/internal/config` - Configuration management + --- ## Development