Connect

Call this repository from an assistant or HTTP client.

Point an MCP client at LemmaBase so an assistant can author specs for @iso/countries, open a motion with publish, and list or run specs after Accept. Auth is a personal access key or OAuth.

Endpoint

https://lemmabase.com/mcp

VS Code / Cursor / Antigravity

{
  "mcpServers": {
    "lemmabase": {
      "headers": {
        "Authorization": "Bearer lmb_YOUR_TOKEN"
      },
      "url": "https://lemmabase.com/mcp"
    }
  }
}

Create a key under Dashboard → Access Keys. Setup for Claude, Gemini, and other hosts is in the LemmaBase MCP docs.