Files
BrowserOS/server.json
2025-10-15 23:51:30 +05:30

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": []
}
]
}