Skip to content

Document Claude's JSON configuration #6

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

Closed
msoedov opened this issue Mar 16, 2025 · 5 comments
Closed

Document Claude's JSON configuration #6

msoedov opened this issue Mar 16, 2025 · 5 comments

Comments

@msoedov
Copy link

msoedov commented Mar 16, 2025

Could you please share a sample of claude json config that can be used with Claude Desktop? Thank you.

@wolverinex24
Copy link

have you solved it
if you somehow solved it do comment here, please

@msoedov
Copy link
Author

msoedov commented Mar 16, 2025

not solved yet

@andrewssobral
Copy link

from #10, it seems the answer is:

{
  "mcpServers": {
    "server-name": {
      "url": "http://localhost:8000/mcp",
      "env": {
        "API_KEY": "value"
      }
    }
  }
}

@YikaiHu
Copy link

YikaiHu commented Mar 20, 2025

@

from #10, it seems the answer is:

{
"mcpServers": {
"server-name": {
"url": "http://localhost:8000/mcp",
"env": {
"API_KEY": "value"
}
}
}
}

Hi @andrewssobral , I got the following issue

Could not load app settings
There was an error reading or parsing claude_desktop_config.json: [
{
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [
"mcpServers",
"server-name",
"command"
],
"message": "Required"
}
]
Image

@shira-ayal
Copy link
Collaborator

See our new README for a solution :)
@msoedov @wolverinex24

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

6 participants