送信

Sequa.ai

@sequa-ai

Stop stitching context for Copilot and Cursor. With Sequa MCP, your AI tools know your entire codebase and docs out of the box.
概要

🤔 What is Sequa?

Sequa is a Contextual Knowledge Engine that unifies code, documentation and more across multiple repositories and continuously streams that context to any LLM‑powered agent. By injecting deep, current project knowledge, Sequa enables assistants to:

  • Execute architecture aware & cross‑repo tasks
  • Understand project goals and state
  • Generate more accurate production ready code
  • Centralize AI coding rules and best practices

🧱 Prerequisites (Read First!)

Before you configure any AI agent:

  1. Create / sign in to your Sequa account at https://app.sequa.ai/login.
  2. Setup a Project inside the Sequa app.
  3. Inside that project, locate the MCP Setup URLs and select the transport your AI agent supports.
  4. Copy the URL or configuration and install it in your client.

If you skip project creation the MCP server will refuse connections — the proxy can launch but you will receive auth / project errors.

サーバー設定

{
  "mcpServers": {
    "sequa": {
      "command": "npx",
      "args": [
        "-y",
        "@sequa-ai/sequa-mcp@latest",
        "https://mcp.sequa.ai/v1/setup-code-assistant"
      ]
    }
  }
}