Skip to content

Commit 37376ed

Browse files
committed
mcp_server_k8s.md edited online with Bitbucket
1 parent aad2439 commit 37376ed

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

netapp_dataops_k8s/docs/mcp_server_k8s.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,28 @@ python3 -m pip install netapp-dataops-k8s
3737

3838
After installation, the netapp_dataops_k8s_mcp.py command will be available in your PATH for direct usage.
3939

40+
#### Usage
41+
42+
##### Example JSON Config
43+
44+
To use the MCP server with an MCP client, you need to configure the client to use the server. For many clients (such as [VS Code](https://code.visualstudio.com/docs/copilot/chat/mcp-servers), [Claude Desktop](https://modelcontextprotocol.io/quickstart/user), and [AnythingLLM](https://docs.anythingllm.com/mcp-compatibility/overview)), this requires editing a config file that is in JSON format. Below is an example. Refer to the documentation for your MCP client for specific formatting details.
45+
46+
```json
47+
{
48+
"mcpServers": {
49+
"netapp_dataops_k8s_mcp": {
50+
"type": "stdio",
51+
"command": "uvx",
52+
"args": [
53+
"--from",
54+
"netapp-dataops-k8s",
55+
"netapp_dataops_k8s_mcp.py"
56+
]
57+
}
58+
}
59+
}
60+
```
61+
4062
## Available Tools
4163

4264
The MCP server provides the following tools for managing JupyterLab workspaces and volumes in a Kubernetes environment:

0 commit comments

Comments
 (0)