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

# AI Coding IDE Setup

> Configure your IDE to access Thesys documentation for context-aware assistance

The **Thesys Docs MCP** (Model Context Protocol) server enables AI coding assistants to access our documentation directly. This means your AI can provide more accurate, context-aware help when building with C1.

## Cursor Setup

[Cursor](https://cursor.com) is an AI-powered code editor that can connect to MCP servers for enhanced context. Here's how to add the Thesys Docs MCP server.

### Quick Install

Click the button below to automatically install the Thesys Docs MCP server in Cursor:

<a href="https://cursor.com/en-US/install-mcp?name=Thesys%20Documentation&config=eyJ1cmwiOiJodHRwczovL3RoZXN5cy1rZDFmLm1jcC50YWRhdGEuY29tIn0%3D">
  <img className="dark:hidden" src="https://cursor.com/deeplink/mcp-install-dark.svg" alt="Add Thesys Documentation MCP server to Cursor" height="32" />

  <img className="hidden dark:block" src="https://cursor.com/deeplink/mcp-install-light.svg" alt="Add Thesys Documentation MCP server to Cursor" height="32" />
</a>

## Claude Code Setup

[Claude Code](https://docs.anthropic.com/en/docs/claude-code) is Anthropic's agentic coding tool that supports MCP servers. Here's how to add the Thesys Docs MCP server.

### Add the MCP Server

Run the following command in your terminal to add the Thesys Docs MCP server:

```bash theme={null}
claude mcp add-json thesys-docs '{"type":"http","url":"https://thesys-kd1f.mcp.tadata.com"}'
```

### Verify the Connection

Once configured, Claude Code will have access to the Thesys Docs MCP server. You can verify the server is connected by running:

```bash theme={null}
claude mcp list
```

## Replit Setup

[Replit](https://replit.com) is a cloud-based IDE with AI capabilities. Click the button below to add the Thesys Docs MCP server to your Replit workspace:

[![Add to Replit](https://replit.com/badge?caption=Add%20to%20Replit)](https://replit.com/integrations?mcp=eyJkaXNwbGF5TmFtZSI6IlRoZXN5cyBEb2NzIiwiYmFzZVVybCI6Imh0dHBzOi8vdGhlc3lzLWtkMWYubWNwLnRhZGF0YS5jb20ifQ==)

## Other Clients

For setup instructions for other AI clients (Claude Desktop, Windsurf, Cline, GitHub Copilot), visit our [MCP configuration page](https://app.tadata.com/thesys-kd1f/instructions).
