-
Notifications
You must be signed in to change notification settings - Fork 7
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
where to put the .env file? #6
Comments
FYI... I also tried something like the following standard from other servers, but it didn't work...
|
I also tried the local config, but still getting claude error:
|
On MacOS, you can put the .env file in your home directory (e.g. /Users/rahim). The |
Good point. I asked here: modelcontextprotocol/docs#74 This works for me:
In future debugging, I added the following: When the server can't find the .env, it will print the working directory in the RuntimeError. This should help you to figure out where to put it. Make sure to fetch v0.2.1 |
Thanks, sorry, I think this was a good fix, but I'm having another issue. Please close this and I'll raise another one... Thanks again for your time! |
I've verified that passing the API key via the following works well! |
Hello,
I can run the debugging application fine and connect to data, but where do I put the .env obsidian rest api key in the published version of the Claude mcp config? Should the api key be added to the JSON added to the claude_desktop_config.json?
Thanks.
The text was updated successfully, but these errors were encountered: