In tutorials and set ups it shows a form in which to put some variables.
But for me it doesnt shows this windows i get straight to a mcp.json file and have no clue what to set there.
My Goal ist to get a Docker oder Directus instance connected to my IDE. The docker container is running on my system i would like to be able to read the logs for example.
but i dont get it running at all. Can someone help? This is to new for me…
Here an example of what i have tried so far… i know its not a lot but no clue how and what to set there:
{
"mcpServers": {
"server-name": {
"command": "uvx",
"args": ["docker-mcp"]
}
}
}
type or paste code here
type or paste code here