We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9eef20 commit c0b47d6Copy full SHA for c0b47d6
quickstart.mdx
@@ -145,14 +145,14 @@ brew install node git sqlite3
145
code ~/Library/Application\ Support/Claude/claude_desktop_config.json
146
```
147
148
- Add this configuration:
+ Add this configuration (replace YOUR_USERNAME with your actual username):
149
150
```json
151
{
152
"mcpServers": {
153
"sqlite": {
154
"command": "uvx",
155
- "args": ["mcp-server-sqlite", "--db-path", "~/test.db"]
+ "args": ["mcp-server-sqlite", "--db-path", "/Users/YOUR_USERNAME/test.db"]
156
}
157
158
0 commit comments