Detailed installation guide for SEC EDGAR MCP
Install Docker
Pull the Docker Image
Verify the Installation
Install UV
Clone the Repository
Install Dependencies
Set Python Path (for development)
Install Anaconda or Miniconda
Create a New Environment (Optional)
Install the Package
Fork and Clone
Create Virtual Environment
Install in Development Mode
Install Pre-commit Hooks
Python version mismatch
Python 3.11+ is required
Solution:python --version
python3.11
explicitly if multiple versions are installedPermission denied errors
Permission denied
during installationSolution:sudo
with pipNetwork/SSL errors
brew install ca-certificates
sudo apt-get install ca-certificates
Docker connection issues