mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-18 08:03:26 +02:00
Update readmes to use new mcp namespace
This commit is contained in:
@@ -38,7 +38,7 @@ To use this server with the Claude Desktop app, add the following configuration
|
||||
"run",
|
||||
"-i",
|
||||
"--rm",
|
||||
"ai/mcp-postgres",
|
||||
"mcp/postgres",
|
||||
"postgresql://host.docker.internal:5432/mydb"]
|
||||
}
|
||||
}
|
||||
@@ -69,7 +69,7 @@ Replace `/mydb` with your database name.
|
||||
Docker:
|
||||
|
||||
```sh
|
||||
docker build -t ai/mcp-postgres -f src/postgres/Dockerfile .
|
||||
docker build -t mcp/postgres -f src/postgres/Dockerfile .
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
Reference in New Issue
Block a user