What is the GPT-5.6-luna Agent MCP server?
Authenticated async GPT-5.6-luna Agent agent with status polling and artifact results.
How to install GPT-5.6-luna Agent
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Environment / auth
Authorization
Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"gpt-5-6-luna-agent": {
"url": "https://farm.llmotions.com/mcp/agents/gpt-5-6-luna-agent"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"gpt-5-6-luna-agent": {
"serverUrl": "https://farm.llmotions.com/mcp/agents/gpt-5-6-luna-agent"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"gpt-5-6-luna-agent": {
"type": "http",
"url": "https://farm.llmotions.com/mcp/agents/gpt-5-6-luna-agent"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"gpt-5-6-luna-agent": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://farm.llmotions.com/mcp/agents/gpt-5-6-luna-agent"
]
}
}
}Claude Code
claude mcp add --transport http gpt-5-6-luna-agent https://farm.llmotions.com/mcp/agents/gpt-5-6-luna-agentRelated MCP servers
Authenticated async Fable 5 Agent agent with status polling and artifact results.
Authenticated async GPT-5.6-sol Agent agent with status polling and artifact results.
Authenticated async Opus 4.8 Agent agent with status polling and artifact results.
Authenticated async Sonnet 5 Agent agent with status polling and artifact results.