Skip to content
Cursor

hi welcome mcp poc for Cursor

io.github.az-idd/hi-welcome-mcp-poc

POC MCP server. Tool say_hello returns 'Welcome' (agent -> MCP -> API path).

client:Cursor transport:streamable-http

Install hi welcome mcp poc in Cursor

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

{
  "mcpServers": {
    "hi-welcome-mcp-poc": {
      "url": "https://poc-v2-mcp-server.amr-dbe.workers.dev/mcp"
    }
  }
}

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

hi welcome mcp poc in other clients