Skip to main content

.NET / C# SDK Installation

Nuget Cloud Nuget Local GitHub

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 Prompt

The Cloud package targets .NET Standard 2.0 and .NET Standard 2.1. The Local package targets .NET Standard 2.0. Confirm that your application target supports the selected framework before installing.

Local Bucketing

Use the following command to install the NuGet package:

dotnet add package DevCycle.SDK.Server.Local

or download the SDK from Nuget - https://nuget.info/packages/DevCycle.SDK.Server.Local/

and use the namespaces:

using DevCycle.SDK.Server.Local.Api;

Cloud Bucketing

Use the following command to install the NuGet package:

dotnet add package DevCycle.SDK.Server.Cloud

or download the SDK from Nuget - https://www.nuget.org/packages/DevCycle.SDK.Server.Cloud/

and use the namespaces:

using DevCycle.SDK.Server.Cloud.Api; using DevCycle.SDK.Server.Common.Model;