Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
AKShare MCP Server
Claim
by
ttjslbz001
GitHub
Finance
Research & Data
Python
2
Linux
Apple
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
.cursor
data
src
claude_desktop_config.json
Dockerfile
.DS_Store
.gitignore
install.sh
pyproject.toml
README.md
run_server.py
smithery.yaml
uv.lock
FROM python:3.10-slim WORKDIR /app # Install uv RUN pip install uv # Copy project files COPY . . # Install dependencies RUN uv pip install -e . # Expose port if needed # EXPOSE 8000 # Run the server CMD ["python", "run_server.py"]