Skip to content

Commit 7159cb0

Browse files
committed
example mcp config
1 parent 291a9be commit 7159cb0

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)