Correct info linked to new image and add config.json file

This commit is contained in:
2026-09-05 17:01:47 +02:00
parent 440ade728a
commit cd7539b73d
2 changed files with 36 additions and 2 deletions
+29
View File
@@ -0,0 +1,29 @@
{
"mcpServers": {
"memory": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-memory"]
},
"time": {
"command": "uvx",
"args": ["mcp-server-time", "--local-timezone=Europe/Paris"],
"disabledTools": ["convert_time"]
},
"dockhand": {
"type": "http",
"url": "http://dartydisk6.maison:8080"
},
"mcp_sse": {
"type": "sse",
"url": "http://127.0.0.1:8001/sse",
"headers": {
"Authorization": "Bearer token",
"X-Custom-Header": "value"
}
},
"mcp_streamable_http": {
"type": "streamable-http",
"url": "http://127.0.0.1:8002/mcp"
}
}
}