MCP Server

This website implements the Model Context Protocol, which standardizes how applications provide context to LLMs and enables them to perform actions through tools.

Endpoint: https://mcp.murdo.xyz/sse

Available Tools

Configuring with Claude or Cursor

Connect this MCP server by adding the following configuration:

{
  "mcpServers": {
    "murdo-mcp": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://mcp.murdo.xyz/sse"
      ]
    }
  }
}