#!/bin/bash
# Create and activate virtual environment
python3 -m venv venv
source venv/bin/activate
# Install uv if not already installed
pip install uv
# Install the package with uv
uv pip install -e .
echo "Installation complete. You can now run the server with 'python run_server.py'"
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ttjslbz001/akshare_mcp_server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server