Removed useless stuff, added docker compose and mcp.json template

This commit is contained in:
Schrody
2026-02-12 17:44:53 +01:00
parent e1a0d82864
commit a7d9c15d27
7 changed files with 48 additions and 150 deletions

View File

@@ -1,7 +1,16 @@
{
"mcpServers": {
"cariddi": {
"url": "http://localhost:8000/mcp"
"fetch": {
"url": "http://localhost:3000/sse"
},
"filesystem": {
"url": "http://localhost:3001/sse"
},
"memory": {
"url": "http://localhost:3002/sse"
},
"sequentialthinking": {
"url": "http://localhost:3003/sse"
}
}
}
}