Can't build via uv the MCP server
I believe this line should replace python with sys.executable to ensure the correct interpreter is used.
https://github.com/topoteretes/cognee/blob/487635b71b204e62a28e91f141b64ae90708d68d/cognee-mcp/src/server.py#L1102
Otherwise uvx --from git+https://github.com/topoteretes/cognee.git#subdirectory=cognee-mcp cognee-mcp fails.
Hello @wbste, thank you for your interest in our work!
If this is a bug report, please provide screenshots and minimum viable code to reproduce your issue, otherwise we can not help you.
Currently you need the whole cognee repo cloned and MCP installed from the cognee-mcp folder to get the migrations.
In the next Cognee version we'll also include migration scripts and we will switch to using the correct interpreter. You will be able to install it as you are trying right now
Very nice! Will the dependencies be simplified to? Currently buried in one of these is a bunch of cuda packages that bloats the current MCP server to many GB for no reason (as far as I can tell).
https://github.com/topoteretes/cognee/blob/487635b71b204e62a28e91f141b64ae90708d68d/cognee-mcp/pyproject.toml#L12