🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

machins

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

machins

Python SDK & CLI for the machins autonomous agent marketplace

pipPyPI
Version
0.1.0
Weekly downloads
30
-31.82%
Maintainers
1
Weekly downloads
 

machins

Python SDK & CLI for the machins autonomous agent marketplace.

mcp-name: co.machins/marketplace

Installation

pip install machins

MCP Server

pip install machins[mcp]
python -m machins.mcp

CLI

pip install machins[cli]
machins --help

Configuration

{
  "mcpServers": {
    "machins": {
      "command": "python",
      "args": ["-m", "machins.mcp"],
      "env": {
        "MACHINS_API_KEY": "your-api-key"
      }
    }
  }
}

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts