The MCP Code Executor is an MCP server that allows LLMs to execute Python code within a specified Conda environment. This enables LLMs to run code with access to libraries and dependencies defined in the Conda environment.
Subject: Request to Add Two MCP Servers: Deepseek R1 and Qwen Max
Dear MCP Team,
I am writing to request the addition of two Model Context Protocol (MCP) servers I have developed to enhance Claude's capabilities:
1. Deepseek R1 MCP Server
- Repository: https://github.com/66julienmartin/MCP-server-Deepseek_R1
- Features:
* Implements the Deepseek R1 language model (8,192 token context window)
* Optimized for reasoning and complex tasks
* Full TypeScript implementation with robust error handling
2. Qwen Max MCP Server
- Repository: https://github.com/66julienmartin/mcp-server-qwen-max
- Features:
* Implements Alibaba's Qwen model family (Max/Plus/Turbo)
* Extensive context windows (up to 1M tokens)
* TypeScript-based with comprehensive error handling
Both servers are:
- Built with Node.js/TypeScript for optimal Claude Desktop integration
- Well-documented with detailed setup instructions
- Thoroughly tested for stability
- MIT licensed
- Available through Smithery for easy installation
I believe these servers would provide valuable additional capabilities to Claude users, particularly for complex reasoning tasks and long-context applications.
I would be happy to provide any additional information or make any necessary adjustments to meet your requirements.
Thank you for considering my request.
Best regards,
Kamel IRZOUNI
This adds a custom `User-Agent` header to requests from the
GitHub server to the GitHub API, identifying the application,
the version and key information about the environment.
This aligns with the [recommendations][1] in the GitHub Docs.
As part of this change, I have also moved the current version of
the server into a constant, and fix the initialization of `Server`
to use that version, taking from `package.json`.
[1]: https://docs.github.com/en/rest/using-the-rest-api/getting-started-with-the-rest-api?apiVersion=2022-11-28#user-agent