MCPServerDemo

manassachhit-git/MCPServerDemo
★ 1 stars C# 📦 Other Updated 1mo ago
This project showcases a complete MCP server built with .NET 10 that exposes tools through a JSON-RPC 2.0 interface over stdio transport.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcpserverdemo": {
      "command": "npx",
      "args": [
        "-y",
        "manassachhit-git/MCPServerDemo"
      ]
    }
  }
}