Python Server SDK Installation
AI-Powered Install
MCP Install
Follow the MCP Getting Started guide to quickly set up the DevCycle MCP server and connect your AI tool.
- Run this prompt:
"Install DevCycle into this app"
📦 Install in Cursor
📦 Install in VS Code
claude mcp add --transport http devcycle https://mcp.devcycle.com/mcp
AI PromptCopy Prompt
PIP Install
The DevCycle Python Server SDK requires Python 3.10 and above. Python 3.8 and 3.9 are not supported by the current package metadata.
$ pip install devcycle-python-server-sdk
(you may need to run pip with root permission: sudo pip install devcycle-python-server-sdk)
Then import the package:
import devcycle_python_sdk