Skip to content

Allow installing mcp servers from local packages #762

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
surister opened this issue May 20, 2025 · 0 comments
Open

Allow installing mcp servers from local packages #762

surister opened this issue May 20, 2025 · 0 comments

Comments

@surister
Copy link

Is your feature request related to a problem? Please describe.
Distribution of python mcp servers is not possible via pypi.

Describe the solution you'd like
Right now we can install mcp servers like:
uv run --with mcp[cli] mcp install server.py but that means that the mcp server
has to exist locally

but it'd be helpful to be able to do:

uv run --with mcp[cli], cratedb-mcp install cratedb-mcp, where cratedb-mcp is a mcp server available in pypi, installed with the uv run --with commands.

Describe alternatives you've considered
Extra scripting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant