Removed useless stuff, added docker compose and mcp.json template
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user