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>
This commit is contained in:
38
.mcp.json
Normal file
38
.mcp.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"mcpServers": {
|
||||
"context7": {
|
||||
"command": "npx",
|
||||
"args": ["-y", "@upstash/context7-mcp@latest"]
|
||||
},
|
||||
"sequential-thinking": {
|
||||
"command": "npx",
|
||||
"args": [
|
||||
"-y",
|
||||
"@modelcontextprotocol/server-sequential-thinking"
|
||||
]
|
||||
},
|
||||
"playwright": {
|
||||
"command": "npx",
|
||||
"args": [
|
||||
"-y",
|
||||
"@playwright/mcp"
|
||||
],
|
||||
"env": {}
|
||||
},
|
||||
"cloudflare": {
|
||||
"command": "npx",
|
||||
"args": ["mcp-remote", "https://docs.mcp.cloudflare.com/sse"]
|
||||
},
|
||||
"podman": {
|
||||
"command": "npx",
|
||||
"args": [
|
||||
"-y",
|
||||
"podman-mcp-server@latest"
|
||||
]
|
||||
},
|
||||
"incus": {
|
||||
"command": "node",
|
||||
"args": ["/Users/kaffa/mcp-servers/incus-mcp/build/index.js"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user