> ## Documentation Index
> Fetch the complete documentation index at: https://docs.simmer.markets/llms.txt
> Use this file to discover all available pages before exploring further.

# Open Source

> Simmer's open-source projects and how to contribute.

## simmer-sdk

The official Python SDK for the Simmer API. Install trading strategies, place trades, and manage positions from your AI agent.

<CardGroup cols={2}>
  <Card title="PyPI" icon="python" href="https://pypi.org/project/simmer-sdk/">
    `pip install simmer-sdk`
  </Card>

  <Card title="GitHub" icon="github" href="https://github.com/SpartanLabsXyz/simmer-sdk">
    Source code, issues, and contributions
  </Card>
</CardGroup>

## simmer-mcp

MCP server for Claude, Cursor, and other AI coding tools. Gives your IDE access to Simmer docs, error troubleshooting, skill discovery, and autoresearch.

<CardGroup cols={2}>
  <Card title="npm" icon="npm" href="/plugins/mcp-tools">
    `npm install -g simmer-mcp`
  </Card>

  <Card title="GitHub" icon="github" href="https://github.com/SpartanLabsXyz/simmer-sdk">
    Source code
  </Card>
</CardGroup>

<Note>
  The Python `pip install simmer-mcp` package is deprecated. If you installed it previously, run `pip uninstall simmer-mcp` and switch to the npm package above.
</Note>

## ContextHub

Simmer SDK docs are available on [ContextHub](https://github.com/andrewyng/context-hub) for any compatible coding agent:

```bash theme={null}
chub add simmer/sdk
```

## Skills

All official trading skills are open source and published on [ClawHub](https://clawhub.ai). Source code lives in the SDK repo under `skills/`.

See [Building Skills](/skills/building) for how to create and publish your own.

## Contributing

Open an issue or pull request on the [SDK repo](https://github.com/SpartanLabsXyz/simmer-sdk). Join the [Telegram community](https://t.me/+m7sN0OLM_780M2Fl) for discussion.
