rca_provider_list_configs
Retrieve MCP client configuration and setup instructions for a specific provider, or list all supported providers.
Instructions
Get MCP client configuration and setup instructions for a specific provider or list all supported providers.
Supported providers: claude_desktop — Claude Desktop app (macOS/Windows) claude_code — Claude Code VS Code extension ollama_mcphost — Ollama local models via MCPHost bridge groq_mcphost — Groq cloud via MCPHost bridge openai_agents — OpenAI GPT via openai-agents SDK gemini_mcphost — Google Gemini via MCPHost bridge langchain_langgraph — LangChain/LangGraph via mcp-adapters openrouter — OpenRouter (200+ models) via MCPHost remote_http — Any client via Railway/cloud HTTP deployment
Args: params (ProviderConfigInput): - provider: specific provider key, or omit to list all
Returns: str: JSON config dict with setup instructions, run commands, and notes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |