Get Selqor MCP Forge up and running in minutes. Choose your preferred installation method: npm for Node.js projects, pip for Python environments, or install from source for development.
Selqor MCP Forge is available on major package registries. Choose your preferred installation source:
Before installing Selqor MCP Forge, ensure your system meets these requirements:
Check your system version before proceeding:
python --version
# Should be 3.11+
node --version
# Should be 20+
Choose the installation method that best fits your workflow.
Best if you work in Node.js/TypeScript environments. The npm package automatically handles the Python backend installation.
Installation:npm install -g selqor-mcp-forge
What you get: CLI command, dashboard, full analysis engine
View on npm →Best for Python-first environments. Direct installation without requiring Node.js wrapper. Full feature parity with npm.
Installation:pip install selqor-mcp-forge
With development tools:
pip install selqor-mcp-forge[dev]
Clone the repository and install in development mode. Ideal for customization and contributing to the project.
Installation:git clone https://github.com/Selqor-Labs/Selqor-MCP-Forge.git
cd Selqor-MCP-Forge pip install -e ".[dev]" npm ci && npm run
build
Choose one command based on your method:
# Using npm
$ npm install -g
selqor-mcp-forge
# Or using pip
$ pip install
selqor-mcp-forge
Start the local management interface:
$ selqor-mcp-forge
dashboard
The dashboard will open at
http://127.0.0.1:8787
In the dashboard:
Review the tool plan and generate:
✓ Success!
You now have Selqor MCP Forge installed and ready to use. Next, check out the CLI reference for advanced commands or explore common workflows.
All installation methods include the full feature set. Choose based on your environment preference.
| Feature | npm | pip | Source |
|---|---|---|---|
| CLI commands | ✓ | ✓ | ✓ |
| Dashboard interface | ✓ | ✓ | ✓ |
| Code generation | ✓ | ✓ | ✓ |
| Multi-spec analysis | ✓ | ✓ | ✓ |
| Security scanning | ✓ | ✓ | ✓ |
| Development mode | Limited | Limited | ✓ |
The command-line tool isn't in your PATH. Try these solutions:
# If using npm globally, reinstall with -g flag
$ npm install -g
selqor-mcp-forge
# If using pip, reinstall and verify
$ pip install --upgrade
selqor-mcp-forge
$ which
selqor-mcp-forge
Specify a different port:
$ selqor-mcp-forge dashboard
--port 9000
Then visit
http://127.0.0.1:9000
Ensure Python 3.11+ is being used:
$ python3 --version
$ pip3 install
selqor-mcp-forge
Clear npm cache and reinstall:
$ npm cache clean
--force
$ npm install -g
selqor-mcp-forge --no-cache
⚠ Still having issues?
Open an issue on GitHub Issues with your installation method and error message.
Now that you've installed Selqor MCP Forge, explore these resources:
Master all CLI commands: dashboard, generate, analyze, benchmark, and scan.
Learn more →5 practical examples: analysis, deployment, security scanning, CI/CD, and multi-spec comparison.
See workflows →Learn about Selqor MCP Forge features, comparison with alternatives, and why it matters.
Explore features →