Overview
Claude Code is Anthropic’s CLI tool for AI-assisted software development. You can connect your Logic MCP server to make Logic documents available during coding sessions.Prerequisites
- Claude Code CLI installed (installation guide)
- Logic MCP server created (Quick Start guide)
- Server URL from Logic organization settings
Adding Logic MCP Server
Using Claude Code Commands
Important: Run this command in your terminal, not within a Claude Code
session.
claude mcp add command:
--transport http- Required for HTTP-based MCP servers like Logic[SERVER_NAME]- A name to identify this server (e.g., “logic-docs”)[MCP_SERVER_URL]- Your Logic MCP server URL from organization settings
Managing MCP Servers
List configured servers:Using Logic Documents
Once configured, Logic documents are available in your Claude Code sessions.Verifying Your Connection
To check if your Logic MCP server is connected:- Start a Claude Code session
- Type
/mcpin your chat - Verify your Logic server shows as connected
Accessing Logic Documents
Claude Code can automatically access your Logic documents based on the conversation context. You can:- Ask Claude Code to use specific Logic documents by name
- Let Claude Code discover and suggest relevant Logic documents
- Execute Logic documents with parameters as needed
Long-running Logic documents are handled asynchronously. Learn more about
async task execution.
Next Steps
- Learn about async tasks - Handle long-running Logic documents
- Explore document scope - Control tool availability

