Skip to content
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

Default credentials? #5

Open
krazyjakee opened this issue Mar 7, 2025 · 0 comments
Open

Default credentials? #5

krazyjakee opened this issue Mar 7, 2025 · 0 comments

Comments

@krazyjakee
Copy link

krazyjakee commented Mar 7, 2025

I get "get_user_identity raise ValueError( ValueError: Could not connect to a Chroma server. Are you sure it is running? MCP error -1: Connection closed"

The chroma server is definitely running locally with simply "chroma run". I'm wondering if it has default credentials out of the box that are missing in the docs?

Here is my config:

"chroma": {
      "command": "uvx",
      "args": [
        "chroma-mcp",
        "--client-type",
        "http",
        "--host",
        "localhost",
        "--port",
        "8000",
        "--ssl",
        "false"
      ],
      "disabled": false,
      "autoApprove": ["list_collections", "get_documents"]
    }
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