ReactiveMcp.Server

ChrisPulman/ReactiveMcp.Server
★ 2 stars C# 📦 Other Updated 1d ago
An MCP Server designed to assist with Reactive coding.
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": {
    "reactivemcp.server": {
      "command": "npx",
      "args": [
        "-y",
        "ChrisPulman/ReactiveMcp.Server"
      ]
    }
  }
}