44
55![ Version] ( https://img.shields.io/github/v/release/co-browser/agent-browser?label=version )
66![ License] ( https://img.shields.io/badge/license-MIT-green )
7- [ ![ macOS] ( https://img.shields.io/badge/macOS-supported-success )] ( https://github.com/co-browser/agent-browser/releases )
8- [ ![ Windows] ( https://img.shields.io/badge/Windows-supported-success )] ( https://github.com/co-browser/agent-browser/releases )
9- [ ![ Linux] ( https://img.shields.io/badge/Linux-supported-success )] ( https://github.com/co-browser/agent-browser/releases )
10- [ ![ Twitter URL] ( https://img.shields.io/twitter/url/https/twitter.com/cobrowser.svg?style=social&label=Follow%20%40cobrowser )] ( https://x.com/cobrowser )
7+ [ ![ Twitter URL] ( https://img.shields.io/twitter/url/https/twitter.com/cobrowser.svg?label=Follow%20%40cobrowser )] ( https://x.com/cobrowser )
8+ [ ![ Discord] ( https://img.shields.io/discord/1351569878116470928?logo=discord&logoColor=white&label=discord&color=white )] ( https://discord.gg/gw9UpFUhyY )
119
12- ** Connect all your MCP clients to a single endpoint that manages all your MCP servers**
10+
11+ ** Accelerate development by managing all your MCP server in one place**
1312
1413[ Installation] ( #installation ) •
1514[ Client Integration] ( #client-integration ) •
@@ -27,24 +26,32 @@ Agent Browser eliminates the need to configure each MCP server in every client.
2726<div align =" center " >
2827<table >
2928 <tr >
30- <th align="center" >Without Agent Browser</th>
31- <th align="center" >With Agent Browser</th>
29+ <th>Without Agent Browser</th>
30+ <th>With Agent Browser</th>
3231 </tr >
3332 <tr >
34- <td valign="top" style="border-left: 4px solid #d9534f; padding-left: 15px;">
35- <ul style="list-style-type: none; padding-left: 0;">
36- <li>✓ Add new server in Cursor</li>
37- <li>✓ Add new server in Windsurf Client</li>
38- <li>✓ Add new server in Claude Client</li>
39- <li>✓ Repeat for each additional client</li>
40- <li>✓ Update all clients when server changes</li>
41- </ul>
33+ <td>
34+ <table>
35+ <tr>
36+ <td>
37+ ✓ Add new server in Cursor<br>
38+ ✓ Add new server in Windsurf Client<br>
39+ ✓ Add new server in Claude Client<br>
40+ ✓ Repeat for each additional client<br>
41+ ✓ Update all clients when server changes
42+ </td>
43+ </tr>
44+ </table>
4245 </td>
43- <td valign="top" style="border-left: 4px solid #5cb85c; padding-left: 15px;">
44- <ul style="list-style-type: none; padding-left: 0;">
45- <li>✓ Add new server once in Agent Browser UI</li>
46- <li>✓ Update once in Agent Browser when server changes</li>
47- </ul>
46+ <td>
47+ <table>
48+ <tr>
49+ <td>
50+ ✓ Add new server once in Agent Browser UI<br>
51+ ✓ Update once in Agent Browser when server changes
52+ </td>
53+ </tr>
54+ </table>
4855 </td>
4956 </tr >
5057</table >
@@ -74,7 +81,7 @@ agent-browser
7481
7582** Windows**
7683``` bash
77- scoop bucket add https://github.com/cob-packages/scoop-agent-browser
84+ scoop bucket add agent-browser https://github.com/cob-packages/scoop-agent-browser
7885scoop install agent-browser
7986agent-browser
8087```
@@ -155,7 +162,15 @@ The Agent Browser exposes a REST API for integration. For details on accessing t
155162
156163## Future Direction
157164
158- We plan to expand Agent Browser to support additional protocols like A2A and ACP, alongside MCP.
165+ ### Protocol Support Implementation
166+
167+ We plan to expand Agent Browser to support additional protocols alongside MCP.
168+
169+ #### Future Tasks
170+
171+ - [ ] Add A2A protocol support
172+ - [ ] Add ACP protocol support
173+ - [ ] Implement protocol auto-detection
159174
160175```
161176 Client
@@ -168,6 +183,12 @@ We plan to expand Agent Browser to support additional protocols like A2A and ACP
168183 MCP A2A ACP ...
169184```
170185
186+ ### Relevant Files
187+
188+ - ` /internal/mcp ` - MCP protocol implementation
189+ - ` /internal/web ` - Web server and UI components
190+ - ` /internal/config ` - Configuration management
191+
171192---
172193
173194## Development
0 commit comments