openEuler MCP Servers仓库,欢迎大家贡献
@openeuler-mirror
About openEuler MCP Servers仓库,欢迎大家贡献
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-servers-openeuler-mirror": {
"command": "uv",
"args": [
"init",
"oegitext_mcp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is openEuler MCP Servers?
openEuler MCP Servers is a repository hosting a collection of MCP (Model Context Protocol) servers focused on the operating system domain. It integrates with DevStation and EulerCopilot to enhance openEuler’s interactive experience by extending large language model capabilities through standardized tools.
How to use openEuler MCP Servers?
Use a compatible MCP client (e.g., EulerCopilot, Roo Code, Cline) and write the server’s configuration into the client. For a quick start, you can write your own server using the Python SDK, as demonstrated with the oegitext tool; automatic installation via yum install is planned but not yet available.
Key features of openEuler MCP Servers
- Collection of MCP servers for the openEuler ecosystem
- Integrates with EulerCopilot and DevStation for OS interactions
- Provides RPM packages for each server (coming soon)
- Each server includes configuration, deployment, and source code
- Documentation available in the repository’s
doc/directory
Use cases of openEuler MCP Servers
- Query openEuler community issues and PRs using the oegitext MCP server
- Deploy software on openEuler via oeDeploy MCP server
- Extend EulerCopilot’s capabilities to interact with the OS environment
- Build custom MCP servers for operating system tasks using Python SDK
FAQ from openEuler MCP Servers
What MCP clients work with this repository?
Clients like EulerCopilot, Roo Code, and Cline are mentioned. Any MCP-compatible client should work by configuring it with the server’s command and args.
How do I install an MCP server from this repository?
Currently, you manually configure the server in your MCP client. RPM‑based automatic installation via yum install is planned for future releases but is not yet live.
What dependencies are required to run or develop a server?
For development, Python 3, the uv tool, and the python3-mcp package are needed. The oegitext tool (from the oegitext RPM) is required for Gitee interactions.
Where can I find documentation for the servers?
Documentation is in the repository’s doc/ directory. A suggested MCP description template is provided in doc/mcp_suggest.md to improve server usability.
How do I write my own MCP server for openEuler?
Follow the quick start: install uv and python3-mcp, then create a Python file using FastMCP from the MCP SDK. Define a tool function (e.g., wrapping the oegitext command) and run the server with uv. A complete example is shown in the README.
More Other MCP servers
ghidraMCP
LaurieWiredMCP Server for Ghidra
Awesome Mlops
visengerA curated list of references for MLOps
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
ICSS
chokcoco不止于 CSS
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments