I am trying to connect this MCP to a local instance of mindsdb installed with docker and I am having no luck so far. Is this MCP only compatible with the cloud version? How do you get the API KEY with local instance?
I ran the local instance with this command but i guess i am wrong?:
docker run --name mindsdb_container \
-e MINDSDB_APIS=http \
-e MINDSDB_USERNAME='admin' \
-e MINDSDB_PASSWORD='password' \
-p 47334:47334 \
mindsdb/mindsdb