https://github.com/nanovms/ops-mcp
mcp server for ops
https://github.com/nanovms/ops-mcp
Last synced: 5 months ago
JSON representation
mcp server for ops
- Host: GitHub
- URL: https://github.com/nanovms/ops-mcp
- Owner: nanovms
- License: apache-2.0
- Created: 2025-05-28T23:07:11.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-05-29T00:16:27.000Z (6 months ago)
- Last Synced: 2025-05-29T01:26:56.616Z (6 months ago)
- Language: Go
- Size: 40 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- toolsdk-mcp-registry - ❌ ops-unikernel-platform - premises infrastructure automation. (go) (Cloud Platforms / How to Submit)
- awesome-mcp-servers - **NanoVMs** - Easily Build and Deploy unikernels to any cloud. `http` `git` `github` (📦 Other)
README
# ops-mcp
mcp server for ops
Build like normally.
Put this in your Claud config:
```
~/Library/Application Support/Claude/claude_desktop_config.json
```
Ensure your command is in the right path and more importantly the PATH
env is set to run.
```
{
"mcpServers": {
"ops-mcp": {
"command": "/Users/eyberg/go/src/github.com/nanovms/ops-mcp/ops-mcp",
"args": [],
"env": {
"HOME":"/Users/eyberg",
"LOGNAME":"eyberg",
"PATH":"/bin:/Users/eyberg/.ops/bin",
"SHELL":"/bin/zsh",
"USER":"eyberg"
}
}
}
}
```
Available tools:
```
List instances
```
```
List images
```
```
Instance create
```
```
Instance create redis-server
```
Note: Very open to suggestions on how this all should work as this initial cut was done not having
ever used Claude or MCP.