📦
Openalgo MCP
Documentation
0 installs
11 stars
19 forks
Trust: 66 — Good
Devtools
Installation
npx openalgo-mcpAsk AI about Openalgo MCP
Powered by Claude · Grounded in docs
I know everything about Openalgo MCP. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
This is an MCP server for OpenAlgo - (logic is copied from https://github.com/marketcalls/openalgo )
It has been repackaged for use as a module without necessity of cloning repos and installing python script.
Requirements:
- Local 3.12 or higher Python
- uvx installed
How to Install uvx (uv)
- Universal (Windows, Linux, Mac):
pip install uv - Mac (with Homebrew):
brew install uv - Prebuilt binaries:
Download from uv releases for your platform.
After installation, the uvx command will be available in your terminal.
Addition of an entry similar to below on your favorite MCP Client. The below is tested with Cline plugin on VSCode.
"openalgo": {
"disabled": false,
"timeout": 60,
"type": "stdio",
"command": "uvx",
"args": [
"openalgo-mcp@latest",
"YOUR-OPENALGO-KEY",
"http://127.0.0.1:5000"
]
}
