Skip to content

Commit b32177e

Browse files
committed
Revert "Reverting the pip git+https installation documentation due to lack of proper namespacing. See runekaagaard#9"
This reverts commit b85aae6.
1 parent db4e4bd commit b32177e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Works with PostgreSQL, MySQL, MariaDB, SQLite, Oracle, MS SQL Server and a host
4848
id: INTEGER, primary key, autoincrement
4949
email: VARCHAR(255), nullable
5050
created_at: DATETIME
51-
51+
5252
Relationships:
5353
id -> orders.user_id
5454
```
@@ -83,8 +83,8 @@ Add to your `claude_desktop_config.json`:
8383
{
8484
"mcpServers": {
8585
"my_database": {
86-
"command": "uv",
87-
"args": ["--directory", "/path/to/mcp-alchemy", "run", "server.py"],
86+
"command": "uvx",
87+
"args": ["--from", "git+https://github.com/runekaagaard/mcp-alchemy", "mcp-alchemy"],
8888
"env": {
8989
"DB_URL": "mysql+pymysql://root:secret@localhost/databasename",
9090
}
@@ -162,4 +162,4 @@ The goal is to make database interaction with Claude even better, and your insig
162162

163163
## License
164164

165-
Mozilla Public License Version 2.0
165+
Mozilla Public License Version 2.0

0 commit comments

Comments
 (0)