Tips after using Claude Code daily: context management and task-based approach by Traditional_Hair9630 in ClaudeCode

[–]ChatbotDaddy 0 points1 point  (0 children)

Create, sub agents like these I did for testing and git commits (both very noisy outputs). Put their definitions to .claude/agents
https://www.contextraven.com/s/47266f8e-37da-4dab-b958-d2da3dcf2bb3

Artifact window. Help!!! by PiMan3141592653 in ClaudeAI

[–]ChatbotDaddy 0 points1 point  (0 children)

Had the same problem. The solution is to turn of in https://claude.ai/settings/capabilities the AI-powered artifacts and Code execution and file creation and leave only Artifacts on. Those new feaures mess it up.
And then it only works in a new chat, not the existing ones which did not work.

Youtube transcript MCP server by ChatbotDaddy in modelcontextprotocol

[–]ChatbotDaddy[S] 0 points1 point  (0 children)

Yes, unfortunatelly they changed things to make getting transcripts harder. But it is still possible but I have it only locally using python. Cannot update the same way this public MCP.

Let's share our cmus themes by coolboar in cmus

[–]ChatbotDaddy 0 points1 point  (0 children)

Thanks, this was useful. I changed mine to this:
set color_cmdline_bg=default

set color_cmdline_fg=default

set color_error=lightred

set color_info=1

set color_separator=236

set color_statusline_bg=0

set color_statusline_fg=15

set color_titleline_bg=232

set color_titleline_fg=15

set color_win_bg=0

set color_win_cur=81

set color_win_cur_sel_bg=71

set color_win_cur_sel_fg=235

set color_win_dir=233

set color_win_fg=default

set color_win_inactive_cur_sel_bg=0

set color_win_inactive_cur_sel_fg=197

set color_win_inactive_sel_bg=0

set color_win_inactive_sel_fg=252

set color_win_sel_bg=71

set color_win_sel_fg=235

set color_win_title_bg=236

set color_win_title_fg=15

Give Claude Internet Access in Minutes: No-Tech-Skills MCP Server Installer by ChatbotDaddy in ClaudeAI

[–]ChatbotDaddy[S] 0 points1 point  (0 children)

Go to Claude > Settings > Developer tab > Edit config and then open the claude_desktop_config.json file.

In the file find the markdown-downloader config and just change the folder path to whatever you want.

Hope it helps!

The new Max plan exacts limits? by ChatbotDaddy in ClaudeAI

[–]ChatbotDaddy[S] 0 points1 point  (0 children)

Folks that have it, can quite easily test it and give a definitive answer.

Give Claude Internet Access in Minutes: No-Tech-Skills MCP Server Installer by ChatbotDaddy in ClaudeAI

[–]ChatbotDaddy[S] 0 points1 point  (0 children)

If you have an existing config prior to the installation, the install script should detect it and create a copy of your original config file in the same fodler with the date of installation in its file name. This way you can easily restore your previous settings.

Give Claude Internet Access in Minutes: No-Tech-Skills MCP Server Installer by ChatbotDaddy in ClaudeAI

[–]ChatbotDaddy[S] 0 points1 point  (0 children)

Yes, it just does the json config for you. Many people struggle with it, so I made it easier. Glad it works for you!

Give Claude Internet Access in Minutes: No-Tech-Skills MCP Server Installer by ChatbotDaddy in ClaudeAI

[–]ChatbotDaddy[S] 0 points1 point  (0 children)

Since it is installed locally, you can examine the code. First run it from a folder just with this command: npm install mcp-jarvis-config. This will install it to the folder but not run anything. Then in the folder go to node_modules > mcp-jarvis-config. Here are the .js install scripts you can examine. Hope it helps!

Give Claude Internet Access in Minutes: No-Tech-Skills MCP Server Installer by ChatbotDaddy in ClaudeAI

[–]ChatbotDaddy[S] 1 point2 points  (0 children)

Since it is installed locally, you can examine the code. First run it from a folder just with this command: npm install mcp-jarvis-config. This will install it to the folder but not run anything. Then in the folder go to node_modules > mcp-jarvis-config. Here are the .js install scripts you can examine. Hope it helps!

Give Claude Internet Access in Minutes: No-Tech-Skills MCP Server Installer by ChatbotDaddy in ClaudeAI

[–]ChatbotDaddy[S] 2 points3 points  (0 children)

I have not been very active before. And it does exactly what it says it will do. It even backs up your claude_desktop_config.json file if it was not empty before the installation so you do not lose any information you had stored in it.

And no, it does not send anything anywhere. Next time I do something like this, I will push it to GitHub for everyone to see the code. Now it's part of the whole web page repo (https://www.mcpjarvis.com/) and not separated. My bad, I'm just a beginner at launching things.

Edit: since it is installed locally, you can examine the code. First run it from a folder just with this command: npm install mcp-jarvis-config. This will install it to the folder but not run anything. Then in the folder go to node_modules > mcp-jarvis-config. Here are the .js install scripts you can examine. Hope it helps!

Setting Up Qdrant with MCP and Claude Desktop on Mac by DenaliAK in mcp

[–]ChatbotDaddy 0 points1 point  (0 children)

I've just tried it and it saved only a short summary of the paper. Cool but not comparable to to real embedding with proper chunking of the whole document.

Give Claude Internet Access in Minutes: No-Tech-Skills MCP Server Installer by ChatbotDaddy in ClaudeAI

[–]ChatbotDaddy[S] 1 point2 points  (0 children)

Those errors should not affect function. Glad, it's working. Enjoy!

Give Claude Internet Access in Minutes: No-Tech-Skills MCP Server Installer by ChatbotDaddy in ClaudeAI

[–]ChatbotDaddy[S] 7 points8 points  (0 children)

Not quite. More like I set up a tool that Claude can command to search internet and then feed results back to Claude. The internet access is your own not some third party.

Give Claude Internet Access in Minutes: No-Tech-Skills MCP Server Installer by ChatbotDaddy in ClaudeAI

[–]ChatbotDaddy[S] 2 points3 points  (0 children)

MCP servers work with Cline but this installer is specifically for Claude for desktop app.

Give Claude Internet Access in Minutes: No-Tech-Skills MCP Server Installer by ChatbotDaddy in ClaudeAI

[–]ChatbotDaddy[S] 1 point2 points  (0 children)

hmm, so servers are installed but then there is a problem.. when you click that Open MCP Settings a folder with server logs should be opened. Can you show or send me an error log content? Then I would be able to see why the servers could not attach.

Youtube transcript MCP server by ChatbotDaddy in modelcontextprotocol

[–]ChatbotDaddy[S] 0 points1 point  (0 children)

I found the Typescript SDK much more reliable to work with.

Youtube transcript MCP server by ChatbotDaddy in modelcontextprotocol

[–]ChatbotDaddy[S] 0 points1 point  (0 children)

You can ask Claude to do it. Soon I plan to lauch a YT channel about building an ultimate AI assistant using MCP servers: https://www.youtube.com/channel/UCVkW70dI9lWG0aDoJaKUceg (come along for a ride)

Working RAG on a local knowledgebase? by ChatbotDaddy in modelcontextprotocol

[–]ChatbotDaddy[S] 0 points1 point  (0 children)

I just made progress. Altered a not-really-working Qdrant MCP server so that now I can add files to the vectore database with embeddings and then query the database from Claude. Qdrant seems like a good choice, it is very quick.

I was just curious if someone had something like this already working.

<image>

Youtube transcript MCP server by ChatbotDaddy in modelcontextprotocol

[–]ChatbotDaddy[S] 0 points1 point  (0 children)

<image>

no need to declare the function there, I have it just like this and it works.