Skip to content
Cursor

ampleMcpServer for Cursor

io.github.duiduixu/amplemcpserver

生成随机数MCP Server

client:Cursor transport:stdio runtime:nuget

Install ampleMcpServer in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "amplemcpserver": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "sterlingxu_SampleMcpServer",
        "--yes"
      ],
      "env": {
        "WEATHER_CHOICES": "<WEATHER_CHOICES>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ampleMcpServer in other clients