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

@@ -137,7 +137,7 @@ Add this to your claude_desktop_config.json:
"mcpServers": {
"memory": {
"command": "docker",
"args": ["run", "-i", "--rm", "ai/mcp-memory"]
"args": ["run", "-i", "--rm", "mcp/memory"]
}
}
}
@@ -195,7 +195,7 @@ Follow these steps for each interaction:
Docker:
```sh
docker build -t ai/mcp-memory -f src/memory/Dockerfile .
docker build -t mcp/memory -f src/memory/Dockerfile .
```
## License