alpacahq / alpacahq/alpaca-mcp-server
I get this error "request is not authorized" when using Docker image: ghcr.io/chand1012/alpaca-mcp-server
- Dominant language
- Python
- Stars
- 959
- Forks
- 311
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 4
Description
I tried for a few hours but couldn't use MCP with Claude, I kept getting the error:
```bash
Error: Error executing tool get_account_info: {"code":40110000,"message":"request is not authorized"}
```
Finally cloned the repo and tried to build a docker image myself and it worked. Not sure why you're using a separate repo for for the docker image.
Also, would be good to add this to your readme for Claude code:
```bash
# Add MCP via docker to Claude Code
claude mcp add alpaca-mcp --env ALPACA_API_KEY=${ALPACA_API_KEY} --env ALPACA_SECRET_KEY=${ALPACA_SECRET_KEY} -- docker run -i -e ALPACA_API_KEY -e ALPACA_SECRET_KEY DOCKERIMAGEHERE
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.