-
When I tried quickStart, I created the sqlite3 database and configured claude config.jso. After restarting, I got some errors
and i make some try follow the Troubleshooting |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
I have solved the problem. |
Beta Was this translation helpful? Give feedback.
-
I encountered the same issue while following the Server tutorial in the docs. I had installed uv using I think the Claude Desktop App does not source the file where I added |
Beta Was this translation helpful? Give feedback.
-
I managed to make it working on Windows by checking the UVX installation as mentioned by @kun321
|
Beta Was this translation helpful? Give feedback.
-
Took a look and didn't like how the uv/uvx installer did it. They added a file To # uv / uvx
export PATH="$HOME/.local/bin:${PATH}" When I made these changes, worked great and MCP server started up just fine. I didn't want to have to install with Homebrew. {
"mcpServers": {
"awslabs.cfn-mcp-server": {
"command": "uvx",
"args": ["awslabs.cfn-mcp-server@latest", "--readonly"],
"autoApprove": []
}
}
}
|
Beta Was this translation helpful? Give feedback.
I have solved the problem.
Uv installation with brew
MUST USE
brew install uv