You’ll need the official MCP server URL to use AI SDK Assistant with your LLM provider. Since the tool is still in Private Beta, please do not share this URL with others.
- Claude
- Claude Code
- ChatGPT
Requirements
- Claude Pro, Max, or Enterprise account (starting at $20/month)
- MCP Server URL:
https://sdk-rag-agent-production.up.railway.app/mcp
Configuration Steps
-
Add the Connector
- Go to Settings → Connectors
- Click Add custom connector
- Name it (e.g.
AI SDK Assistant) - Paste the MCP Server URL into the “Remote MCP server URL” field
- Click Add
- Refresh if needed — you should now see your new connector
-
Configure Tools
The AI SDK Assistant enables Claude to access SDK information through “Tools.” These are specialized search methods and filters that influence what type of content is retrieved when you ask a question.
There are currently 14 tools supported for Claude; you can view more details about each tool in the Tools page.
To configure AI SDK Assistant’s tools:Claude will automatically determine the best tool to answer the query, though you can always specify a tool if you already know what type of content you are looking for.
- Navigate to Settings → Connectors
- Next to the AI SDK Assistant connector, click the Configure button
- You’ll now be able to see all available tools AI SDK Assistant offers
Disable the search and fetch tools before prompting with AI SDK Assistant. These tools are intended for use only with ChatGPT. -
Set Tool Permissions
The default tool permission setting is always ask for permission.
In this configuration, Claude will ask for permission every time it wants to use a tool. To allow automatic tool usage, set the permission to allow unsupervised.
When using AI SDK Assistant for the first time, we recommend you set all tool permissions to allow unsupervised. Based on your observations, you can disable tools and change permissions to help Claude’s searches align better with your preferences.
-
Configure System Prompt (Optional but Recommended)
A system prompt significantly improves Claude’s SDK Assistant performance. See the System Prompt Configuration section below for setup instructions.
For the best experience with AI SDK Assistant, add the system prompt after initial testing. It ensures Claude uses MCP tools correctly and generates production-ready code.
Using the AI SDK Assistant
To start using the AI SDK Assistant’s tools:- Open a new chat window
- Click the search and tools icon button in the chat box
- You should see the AI SDK Assistant connector at the top of the list
- Toggle the connector on to enable it
- You can also toggle individual tools directly in the chat window
Removing the AI SDK Assistant
If you decide you no longer want to keep AI SDK Assistant as a connector:- Go to Settings → Connectors
- Click the More icon button next to the AI SDK Assistant connector
- Click Remove to permanently remove the connector (you’ll need to repeat the setup process to add AI SDK Assistant again)
- Click Disconnect to temporarily disable the connector
System Prompt Configuration
Adding a system prompt to your AI assistant significantly improves response quality when working with the Camera Remote SDK. The system prompt is a comprehensive set of instructions (~450 lines) that teaches the LLM how to effectively use AI SDK Assistant tools and generate accurate, production-ready code.Full System Prompt
📋 View & Copy System Prompt
📋 View & Copy System Prompt
This is a large prompt (450+ lines, ~4,000 tokens). Copy the entire content to ensure proper functionality.
The full system prompt contains additional detailed sections on tool selection, code generation standards, troubleshooting workflows, and more. The complete prompt is available in the system-prompt.md file.
Platform-Specific Instructions
- Claude (claude.ai)
- Claude Code
- ChatGPT
Add to Projects:
- Go to claude.ai and create or open a Project
- In the Instructions section, click +
- Copy the full system prompt from the accordion above
- Paste into the Set Project Instructions field
- Click Save Instructions
When to Use the System Prompt
Highly Recommended For:
- Complex multi-step SDK implementations
- C# development (ensures C# code examples are retrieved)
- Production code generation with proper error handling
- Long development sessions requiring context consistency
Optional For:
- Quick one-off API lookups
- Simple compatibility checks
- Initial testing of AI SDK Assistant

