mcp-server

zeroentropy-ai/mcp-server

3.2

If you are the rightful owner of mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

ZeroEntropy MCP Server is a model context protocol server designed to facilitate seamless integration and communication between various machine learning models and applications.

ZeroEntropy MCP Server

Setup

uv sync

Run

uv run src/server.py

To run the MCP server from browser:

mcp dev src/server.py --dev

Add to claude code:

vim ~/Library/Application\ Support/Claude/claude_desktop_config.json

Add to claude code:
{
  "mcpServers": {
    "zeroentropy": {
      "command": "uv",
      "args": [
        "--directory",
        "/Users/mahimamanik/Desktop/projects/zeroEntropy/mcp-server",
        "run",
        "server.py"
      ],
      "env": {
        "ZEROENTROPY_API_KEY": "ADD YOUR API KEY HERE"
      }
    }
  }
}

You can find the API key in the ZeroEntropy dashboard: https://dashboard.zeroentropy.dev/api-keys