Home › Productivity › meridian-mcp
meridian-mcp
MCP server for Meridian: services, requests, workflow, payments, meetings for founders.
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/mcp@0.1.2
Or add to your MCP client config:
{
"mcpServers": {
"meridian-mcp": {
"command": "npx",
"args": [
"-y",
"@meridiantoolkit/mcp@0.1.2"
],
"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_KEYsecret — 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
Open Agreements
Fill standard legal agreement templates (NDAs, SAFEs, NVCA docs, employment) as DOCX files.
us-legal-mcp
An MCP server that provides comprehensive US legislation.
LibreJustice
Search French and European case law and French legal texts (codes, statutes, treaties).
ris-mcp-ts
Access Austrian laws, court decisions & legal documents via the RIS API.
mcp-eu-ai-act
EU AI Act + GDPR compliance scanner. One call, no arguments, 10 seconds. 22 AI frameworks detected.
korean-rnd-regs-mcp
Search South Korea's national R&D regulations in natural language with cited provisions.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry