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 For Python 3.8 and above.
$ 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