Files
incus-mcp/mcp-config-example.json
kappa d211221acc Initial commit: Incus MCP Server implementation
- Complete MCP server for Incus container management
- 10 tools for instance lifecycle operations (create, start, stop, etc.)
- 2 resources for instance and remote server data
- Support for multiple Incus remotes with TLS authentication
- TypeScript implementation with comprehensive error handling
- Test suite for validation and integration testing
- MCP configuration for Claude Code integration

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-10 17:44:56 +09:00

11 lines
228 B
JSON

{
"mcpServers": {
"incus": {
"command": "node",
"args": ["/Users/kaffa/mcp-servers/incus-mcp/build/index.js"],
"env": {
"PATH": "/usr/local/bin:/opt/homebrew/bin:/usr/bin:/bin"
}
}
}
}