oss-mcp-server-template

XMV-Solutions-GmbH/oss-mcp-server-template
★ 0 stars Shell 💻 Code/Dev Tools Updated 3d ago
🚀 Template for AI-assisted open source MCP server development. Adds MCP-specific engineering principles + harness scaffolding for Eval-Driven naive-agent testing on top of the OSS project template.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "oss-mcp-server-templ": {
      "command": "npx",
      "args": [
        "-y",
        "XMV-Solutions-GmbH/oss-mcp-server-template"
      ]
    }
  }
}

README Excerpt

<!-- SPDX-License-Identifier: MIT OR Apache-2.0 --> <!-- test: verify branch protection --> 🚀 **Production-ready template for AI-assisted open source development.** This template provides everything you need to start a professional open source project with optimised support for AI-assisted development using GitHub Copilot or similar tools.