crossplane-mcp-server - WIP
@cychiang
关于 crossplane-mcp-server - WIP
mcp server for Crossplane
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"crossplane-mcp-server": {
"command": "uv",
"args": [
"--directory",
"${PATH_TO_CROSSPLANE_MCP_SERVER}/crossplane-mcp-server",
"run",
"src/server.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is crossplane-mcp-server?
crossplane-mcp-server is a Python server that implements the Model Context Protocol (MCP) for Crossplane. It allows an LLM to talk to Kubernetes and query Crossplane-related resources such as CompositeResourceDefinition (XRD), Composition, and ManagedResource (MR).
How to use crossplane-mcp-server?
Configure it as an MCP server in VS Code by adding the provided JSON block to mcp.json, or in Claude Desktop by adding it to claude_desktop_config.json. In both cases the server is started with uv running src/server.py.
Key features of crossplane-mcp-server
- List Compositions
- Get a specific Composition
- List CompositeResourceDefinitions
- Get a specific CompositeResourceDefinition
- Uses stdio transport via
uvand Python - Works with VS Code and Claude Desktop
Use cases of crossplane-mcp-server
- Query Crossplane CompositeResourceDefinitions from an LLM during development
- Retrieve details of a Composition to assist with configuration
- List ManagedResources directly in a chat interface
- Automate Crossplane resource inspection with AI assistants
FAQ from crossplane-mcp-server
What does crossplane-mcp-server do?
It allows an LLM to talk to Kubernetes and query Crossplane-related resources such as XRD, Composition, and ManagedResource.
How do I configure crossplane-mcp-server in VS Code?
Add the provided JSON block to mcp.json under your workspace folder, adjusting the path to the server directory.
How do I configure crossplane-mcp-server in Claude Desktop?
Add the provided JSON block to claude_desktop_config.json, adjusting the path to the server directory.
What transport does it use?
It uses the stdio transport (type: "stdio" in the configuration).
What dependencies are required?
It requires uv and Python to run the server script src/server.py.
其他 分类下的更多 MCP 服务器
Blender
ahujasidOpen-source MCP to use Blender with any LLM
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Servers
modelcontextprotocolModel Context Protocol Servers
评论