Anthropic MCP Windows Bug FIXED

Поділитися
Вставка
  • Опубліковано 13 гру 2024

КОМЕНТАРІ • 26

  • @AnansiTrading
    @AnansiTrading 13 днів тому +6

    Dude you are like the only person on the internet that figured this out.

    • @patruff
      @patruff  13 днів тому +3

      I was pretty shocked myself. Like, I know a lot of Linux snobs out there, but you'd think, I mean, you have billions of dollars, you're a big company backed by Amazon. You would THINK they would have tried it on Windows.

    • @AnansiTrading
      @AnansiTrading 12 днів тому +2

      @@patruff Question for you...did you figure out how to make fetch work on windows? I find brave search to be quite inadequate it can't seem to crawl very well so missed the meat and potatoes of anything but high level search.

    • @patruff
      @patruff  12 днів тому +3

      @AnansiTrading nope not yet but I'm looking into rag soon so might bump into it soon

  • @georgesotiriadis2763
    @georgesotiriadis2763 15 днів тому +2

    gold well done mate it works
    !

  • @trippdonnelly4957
    @trippdonnelly4957 14 днів тому +2

    thank you. this got me working.

    • @patruff
      @patruff  11 днів тому

      Glad it helped

  • @coisleroux
    @coisleroux 12 днів тому +1

    Your solution saved the day - thank you so much!

  • @RaoulBia
    @RaoulBia 15 днів тому +1

    That worked, thank you Pat!

  • @SonicSiliconSketches
    @SonicSiliconSketches 15 днів тому +2

    Omg bro you just saved me I was trying to figure this out all day.

    • @patruff
      @patruff  15 днів тому

      I wasted so much time on this myself. Just trying to save others. Logging was awful, no indication of the issue.

  • @patruff
    @patruff  15 днів тому +2

    See description for config

  • @mikedee5462
    @mikedee5462 11 днів тому

    dude this worked for me. thank you

  • @BassamBeats
    @BassamBeats 15 днів тому +1

    Big up bro

  • @ievgeniilarin
    @ievgeniilarin 15 днів тому +1

    Thanks!

  • @bradhopper1108
    @bradhopper1108 9 днів тому

    Wasn't working for me until I killed the Claude processes in task manager. Otherwise Claude isn't truly restarting and it won't look at that config.

  • @harmalhusen6887
    @harmalhusen6887 10 днів тому +1

    Thanks a lot! I only fixed the file-system path, but now, multiple of my npm extensions work. Any idea why?

    • @patruff
      @patruff  10 днів тому +1

      Not sure, they may have fixed it. Basically there error before was because Claude couldn't find the packages so the solution was to install them with npm globally. I have another video where I go into a Python script that just sets up the entire config as well as install all the pip or npm packages.

  • @ColinNardo-le3bl
    @ColinNardo-le3bl 14 днів тому

    Even though it says mcp server gitlab exists when i try to npm install it says it doesnt exists, works fine installing the github server

  • @RaoulBia
    @RaoulBia 15 днів тому

    weird, it stopped working for me, this morning all looked good, this evening the tools no longer show up when I launch the app. Is it just me?

    • @RaoulBia
      @RaoulBia 15 днів тому +1

      all back to normal! i had messed up on my side ...

  • @reddddzzz
    @reddddzzz 14 днів тому

    how do you do this for brave-search?

  • @umaima629
    @umaima629 13 днів тому +1

    Not working for me. I don't have admin rights on my machine, could that be an issue?
    here's my claude_desktop_config.json
    {
    "mcpServers": {
    "filesystem": {
    "command": "C:/Users//nodejs/node-v22.11.0-win-x64/node-v22.11.0-win-x64/node.exe",
    "args": [
    "-y",
    "C:/Users//nodejs/node-v22.11.0-win-x64/node-v22.11.0-win-x64/node_modules/@modelcontextprotocol/server-filesystem/dist/index.js",
    "D:/Data"
    ]
    }
    }
    }

    • @umaima629
      @umaima629 13 днів тому +2

      Removed "-y" ... and it worked like a charm...

    • @patruff
      @patruff  13 днів тому

      @@umaima629 glad you got it fixed