HomeProductivity › meridian-mcp

meridian-mcp

MCP server for Meridian: services, requests, workflow, payments, meetings for founders.

TypeScript Cloud macOSWindowsLinux
★ 0 stars Last pushed 2026-09-04 License: MIT

Topics: Legal

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.2)

npx -y @meridiantoolkit/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "meridian-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@meridiantoolkit/[email protected]"
      ],
      "env": {
        "MERIDIAN_API_URL": "<YOUR_VALUE>",
        "MERIDIAN_API_KEY": "<YOUR_VALUE>",
        "MERIDIAN_MCP_LOG_LEVEL": "<YOUR_VALUE>"
      }
    }
  }
}
  • MERIDIAN_API_URL — Meridian app base URL (defaults to http://localhost:3000)
  • MERIDIAN_API_KEY secret — mrd_ API key for authenticated REST calls. Without it, every tool still responds in dry-run mode with a placeholder hint.
  • MERIDIAN_MCP_LOG_LEVEL — Log level: debug, info, warn, or error (default info)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry