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.
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 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:

Claude Code Setup
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:
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:
Replit Setup
Replit is a cloud-based IDE with AI capabilities. Click the button below to add the Thesys Docs MCP server to your Replit workspace:
Other Clients
For setup instructions for other AI clients (Claude Desktop, Windsurf, Cline, GitHub Copilot), visit our MCP configuration page.