A collection of MCP servers for Claude Desktop, providing access to network tools, code linters, and Proxmox virtualization management.
A collection of Model Context Protocol (MCP) servers that extend Claude Desktop's capabilities by providing access to various external systems and services.
Status: β
Complete and Functional
Location: network-mcp-server/
Provides access to network filesystems including SMB/CIFS shares, with extensibility for NFS, FTP, and other protocols.
Features:
Status: β
Complete and Functional
Location: code-linter-mcp-server/
Comprehensive code linting and validation for multiple programming languages with Serena workflow integration.
Features:
Critical Integration: Ensures Serena never saves code that hasn't passed quality validation.
Status: β
Complete and Functional
Location: proxmox-mcp-server/
Comprehensive Proxmox VE datacenter management through Model Context Protocol with full migration from standalone scripts.
Features:
Key Tools: System info, health assessment, VM/container management, snapshot operations, backup management, storage optimization, maintenance automation, audit reporting.
Status: β
Complete and Functional
Location: wikijs-mcp-server/
WikiJS documentation management and markdown processing with automated content migration.
Features:
Status: β
Complete and Functional
Location: truenas-mcp-server/
TrueNAS Core management through natural language commands with comprehensive storage operations.
Features:
Key Tools: Storage pools, datasets, users, permissions, snapshots, shares, backups, system monitoring.
Status: β
Production Ready (Forked from GitHub Official)
Location: github-mcp-server/
Official GitHub MCP Server providing comprehensive GitHub API integration for repository management, issues, pull requests, and project boards.
Features:
Key Tools: Repository operations, issue management, pull request workflows, project board management, GitHub Actions integration, user and organization management.
Priority: High | Phase: Phase 1 Development
Target Completion: Q1 2025
Enhance the forked GitHub MCP Server with comprehensive project board management capabilities that are currently missing from the official implementation.
π Project Board Creation & Management
π― Column Management
π΄ Card Operations
βοΈ Workflow Automation
π Cross-Repository Project Management
π Project Templates
π Advanced Integrations
C:\git\mcp-servers\
(GitHub synchronized)C:\working\
(volatile, short-term only)cd network-mcp-server
pip install -e .
network-mcp-server create-config --output config.json
cd code-linter-mcp-server
pip install -e .
pip install flake8 black mypy yamllint # Install Python linters
code-linter-mcp-server create-config --output config.json
cd proxmox-mcp-server
./install.sh # Creates virtual environment and installs dependencies
./venv/bin/proxmox-mcp-server create-config --output config.json
# Edit config.json with your Proxmox server details
export PROXMOX_PASSWORD='your_password'
./venv/bin/proxmox-mcp-server validate-config config.json --test-connection
Add to your Claude Desktop configuration:
{
"mcpServers": {
"network-fs": {
"command": "network-mcp-server",
"args": ["run", "--config", "path/to/network-config.json"]
},
"code-linter": {
"command": "code-linter-mcp-server",
"args": ["run", "--config", "path/to/linter-config.json"]
},
"proxmox": {
"command": "path/to/proxmox-mcp-server/venv/bin/proxmox-mcp-server",
"args": ["run", "path/to/proxmox-config.json"],
"env": {
"PROXMOX_PASSWORD": "your_password"
}
},
"github": {
"command": "path/to/github-mcp-server/github-mcp-server",
"args": [],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "your_github_token"
}
}
}
}
All servers follow consistent patterns:
[purpose]-mcp-server/
See individual server directories for specific setup and contribution guidelines. All development follows the established patterns and quality standards.
MIT License - see individual server LICENSE files for details.
Run and manage docker containers, docker compose, and logs
Provides structured data for shadcn/ui components, including descriptions, installation instructions, usage examples, and props.
A Model Context Protocol (MCP) server for square
Search for and run Yeoman generator templates programmatically.
Manages penetration testing reports and vulnerabilities via a REST API.
Search for Docker images and retrieve their READMEs and metadata from Docker Hub.
Transforms Claude Desktop into a conversational development environment using distributed MCP servers.
An AI-driven platform for frontend semantic cognition and automation.
A Model Context Protocol server for generating visual charts using AntV.
A collection of MCP servers designed for rapid prototyping in CS experimentation workshops.