Odel
wyrd mcp

wyrd mcp

Local
@mortalpastryJavaScriptMITUpdated 6 days ago

Exposes one granted folder to any AI client, read-only, behind a path-containment fence.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmwyrd-mcpv0.1.3

Run

npx -y wyrd-mcp

MCP client config

{
  "mcpServers": {
    "wyrd-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "wyrd-mcp"
      ]
    }
  }
}