mcp-config-converter
Verified Safeby jr2804
Overview
Converts Model Context Protocol (MCP) server configurations between different formats (JSON, YAML, TOML) and LLM provider specifications.
Installation
uv run mcp-config-converter convert config.yaml --provider claude --output claude_config.json --llm-model ollama/llama2Environment Variables
- OPENAI_API_KEY
- ANTHROPIC_API_KEY
- GOOGLE_API_KEY
- GEMINI_API_KEY
- MISTRAL_API_KEY
- DEEPSEEK_API_KEY
- OPENROUTER_API_KEY
- PERPLEXITY_API_KEY
- POE_API_KEY
- SAMBANOVA_API_KEY
- COHERE_API_KEY
- ZAI_API_KEY
- MCP_CONFIG_CONF_LLM_PROVIDER
- MCP_CONFIG_CONF_LLM_MODEL
- MCP_CONFIG_CONF_API_KEY
- MCP_CONFIG_CONF_LLM_BASE_URL
- MCP_CONFIG_CONF_LLM_CACHE_ENABLED
Security Notes
The tool sends user-provided configuration data to external LLM providers (e.g., OpenAI, Anthropic) for conversion, which is an inherent part of its function. Users should be aware of the data privacy policies of the LLM providers they use. File modification operations (overwrite, replace, update) are explicit and should be used with caution on important files. No 'eval' or obvious hardcoded secrets detected in the provided source code. API keys are handled via environment variables.
Similar Servers
mcpm.sh
MCPM is a command-line tool for managing Model Context Protocol (MCP) servers, enabling discovery, installation, execution, sharing, and integration with various MCP clients.
mcp-interviewer
A Python CLI tool to evaluate Model Context Protocol (MCP) servers for agentic use-cases, by inspecting capabilities, running functional tests, and providing LLM-as-a-judge evaluations.
mcp-use-cli
An interactive command-line interface (CLI) tool for connecting to and interacting with Model Context Protocol (MCP) servers using natural language, acting as an AI client that orchestrates LLM responses with external tools.
mmcp
Manages Model Context Protocol (MCP) server definitions in a central configuration and applies them to various AI agent tools.