Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Can someone post a video tutorial? #9

Open
skrawcz opened this issue Nov 27, 2024 · 4 comments
Open

Can someone post a video tutorial? #9

skrawcz opened this issue Nov 27, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@skrawcz
Copy link

skrawcz commented Nov 27, 2024

Is your feature request related to a problem? Please describe.
I have followed the instructions but can't get claude desktop on mac to connect.
I have tried the inspector but again things don't seem to connect.

Describe the solution you'd like
A video walkthrough of someone doing this for python; I could be doing something wrong (though unlikely).

Describe alternatives you've considered
N/A

Additional context
System:

  • python3.11
  • macos monterey 12.7.5
  • uv 0.5.5 (95cd8b8b3 2024-11-27)
@skrawcz skrawcz added the enhancement New feature or request label Nov 27, 2024
@dsp-ant
Copy link
Member

dsp-ant commented Nov 28, 2024

Can you get into more details? What have you tried? What's your claude_desktop_config.json look like?

@skrawcz
Copy link
Author

skrawcz commented Nov 28, 2024

Attached is the zip of the result of running the command to create the server.
test2.zip

Here's my config (I verified that typescript ones work):

{
  "mcpServers": {
    "test2": {
      "command": "uv",
      "args": [
        "--directory",
        "/Users/stefankrawczyk/dagworks/burr/examples/deployment/mcp/test2",
        "run",
        "test2"
      ]
    },
      "postgres": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-postgres",
        "postgresql://localhost/mydb"
      ]
    }
  }
}

I start the server (and I've also tried without starting the server - but same result):
Screen Shot 2024-11-28 at 9 21 08 AM

But as you can see it says it can't connect:
Screen Shot 2024-11-28 at 9 19 24 AM

@jonas-baek-precis
Copy link

I am having the exact same issue as @skrawcz.

The server works fine through the inspector, but I'm unable to connect to it through claude desktop, with the exact same args as they mentioned.

@skrawcz
Copy link
Author

skrawcz commented Dec 5, 2024

https://github.com/jlowin/fastmcp 's python MCP implementation seems to work - so going to use their implementation.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants