File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ A local Model Context Protocol (MCP) server that provides access to browser hist
1515- [ Configuration] ( #-configuration )
1616- [ API Reference] ( #-api-reference )
1717- [ Browser Support] ( #-browser-support )
18+ - [ Troubleshooting] ( #-troubleshooting )
1819- [ Privacy & Security] ( #-privacy--security )
1920- [ License] ( #-license )
2021
@@ -146,6 +147,27 @@ uv run mcp install server/main.py --name "Browser History MCP"
146147
147148** Important** : Browsers must be closed to access their history databases due to file locking mechanisms.
148149
150+ ## Troubleshooting
151+
152+ ### MCP Config
153+ ```
154+ {
155+ "mcpServers": {
156+ "Browser History MCP": {
157+ "command": "/usr/local/bin/uv",
158+ "args": [
159+ "run",
160+ "--with",
161+ "mcp[cli]",
162+ "mcp",
163+ "run",
164+ "[wherever-you-saved-the-repo]/browser-mcp-server/server/main.py"
165+ ]
166+ }
167+ }
168+ }
169+ ```
170+
149171## 🔒 Privacy & Security
150172
151173### Data Handling
You can’t perform that action at this time.
0 commit comments