CodeConversationsMCP
0
The Coding Conversations MCP Server is designed to enable the AI called Claude to access and utilize external AI models for coding assistance through OpenRouter. It supports integration with various OpenAI GPT-4.1 models and provides tools for consulting these models, along with cost estimation and error handling features.
Coding Conversations MCP Server
A Model Context Protocol (MCP) server that allows Claude to access external AI models for coding assistance through OpenRouter.
Features
- Provides tools to consult external AI models and discover available models.
- Integrates with OpenAI's GPT-4.1 models, including nano, mini, and full versions.
- Offers detailed model metadata and cost estimation for API calls.
- Enhanced error handling and specific error messages.
Usage
- List available models using the
list_available_models
tool. - Consult external models using the
call_external_model
tool with optional model choice and required message input.
Configuration
- Set up models using the
models-config.json
file. - Integrate with Claude's VSCode extension or desktop app by configuring appropriate settings files.