Update readmes to use new mcp namespace

This commit is contained in:
colinmcneil
2024-12-19 15:56:30 -05:00
committed by Jim Clark
parent 545103386f
commit 49044156e3
17 changed files with 30 additions and 30 deletions

View File

@@ -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