← Index

io.github.contactxyz-admin/morningform

io.github.contactxyz-admin/morningform·v0.1.0·Other
Quality Score
80
/100

stdio MCP proxy for MorningForm — bridges Claude Code to MorningForm HTTPS MCP server.

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "morningform": {
      "command": "npx",
      "args": [
        "-y",
        "@morningform/mcp"
      ],
      "env": {
        "MORNINGFORM_TOKEN": "<your-morningform_token>",
        "MORNINGFORM_URL": "<morningform_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "morningform": {
      "command": "npx",
      "args": [
        "-y",
        "@morningform/mcp"
      ],
      "env": {
        "MORNINGFORM_TOKEN": "<your-morningform_token>",
        "MORNINGFORM_URL": "<morningform_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @morningform/mcp
§02  Environment variables
MORNINGFORM_TOKEN
requiredsecret

Bearer token issued from https://morning-form.vercel.app/settings/integrations/claude

MORNINGFORM_URL

Server endpoint override. Defaults to the production MorningForm host. Only override for local dev — controls where your bearer token is sent.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other