Skip to main content
Glama
p2c2e

openalgo-mcp

by p2c2e

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"
      ]
    }
F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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/p2c2e/openalgo_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server