com.wyrdmcp/wyrd-scribe

Creates new pages with provenance and records lineage in a ledger under .wyrd/.

OtherJavaScriptv0.1.1

Wyrd

Wyrd is a collection of MCP servers and their containment library. Each server operates over one folder explicitly granted by the user and applies the library's documented path boundary.

Build the workspaces from a clean checkout with:

npm install --ignore-scripts --package-lock=false
npm run build

Each package's README documents that package's usage, behavior, security boundary, and test surface. Its package-local LICENSE defines its license. The repository scaffold itself is MIT. Published npm artifacts remain the supported installation path; this repository exposes source and configuration for inspection and building, with dependencies resolving inside their declared ranges.

Installation

Source-derived launch command. Check the maintainer’s required arguments and credentials before running:

bash
npx -y wyrd-scribe

Set up in your AI client

Merge this template into ~/Library/Application Support/Claude/claude_desktop_config.json. Keep existing servers. Add any arguments, credentials, and permissions required by the maintainer; this template has not been install-tested.

json
{
  "mcpServers": {
    "com-wyrdmcp-wyrd-scribe": {
      "command": "npx",
      "args": [
        "-y",
        "wyrd-scribe"
      ]
    }
  }
}

Restart Claude Desktop completely for changes to take effect. Confirm the server appears connected in the client’s tool list, then try a read-only example from its documentation.

Claude Desktop setup reference

Package

wyrd-scribenpm

Compatible MCP Clients

com.wyrdmcp/wyrd-scribe works with any MCP-compatible client. Copy the config snippet from the Configuration section above and add it to the file shown for your client, then restart the application.

  • Claude Desktop~/Library/Application Support/Claude/claude_desktop_config.jsonRestart Claude Desktop completely for changes to take effect.
  • Cursor~/.cursor/mcp.jsonRestart Cursor for changes to take effect.
  • VS Code.vscode/mcp.jsonReload VS Code window for changes to take effect.
  • Windsurf~/.codeium/windsurf/mcp_config.jsonRestart Windsurf for changes to take effect.
  • Claude Code.mcp.jsonSave at the project root, then start Claude Code in that project and review the MCP server approval prompt. Keep real credentials out of shared files.

Learn More