mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-13 23:53:25 +00:00
23 lines
650 B
JSON
23 lines
650 B
JSON
{
|
|
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
|
|
"name": "BrowserOS MCP Server",
|
|
"description": "Model Context Protocol server exposing Chromium browser automation capabilities through BrowserOS",
|
|
"repository": {
|
|
"url": "https://github.com/browseros/browseros-server",
|
|
"source": "github"
|
|
},
|
|
"version": "0.0.1",
|
|
"packages": [
|
|
{
|
|
"registryType": "npm",
|
|
"registryBaseUrl": "https://registry.npmjs.org",
|
|
"identifier": "browseros-mcp-server",
|
|
"version": "0.0.1",
|
|
"transport": {
|
|
"type": "stdio"
|
|
},
|
|
"environmentVariables": []
|
|
}
|
|
]
|
|
}
|