LimAI

🧠docs.page.mcp-connectors.title

docs.page.mcp-connectors.description

5 minΒ·docs.updated 2026-05-17

MCP (Model Context Protocol) is the standard for letting AI systems call real tools. LimAI bundles 21 MCP servers β€” GitHub, Linear, Notion, Postgres, Brave Search, and more β€” so the Builder can read your actual repo, your actual schema, your actual issues while it builds your app.

Why this matters

Without MCP, LimAI has to infer context from your prompt. You say match the style of my landing page and it works from description alone. With MCP, LimAI can fetch your landing page from GitHub, read your actual Tailwind config, and write code that compiles against your real codebase.

How to enable

  1. In the builder, click Connectors in the top bar.
  2. Switch to the MCP Connectors tab.
  3. Toggle the servers you want β€” OAuth-based ones (GitHub, Linear) will pop a consent flow.
  4. LimAI can use those tools for the rest of the session.

Auth types

TypeExamplesNotes
OAuthGitHub, Linear, Notion, SlackOne-click consent, no keys to copy
API keyStripe, Brave Search, PerplexityPaste once, scoped to your account
Self-hostedPostgres, custom HTTP serversBring your own URL
No authPublic Brave/Tavily searchFree, rate-limited
πŸ’‘
Learn the protocol

MCP is an open standard β€” read the full spec at modelcontextprotocol.io.