Back to MCP Servers

Sequa

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

developer-toolsai

Installation

npx -y sequa-mcp

Configuration

{
  "mcpServers": {
    "sequa-mcp": {
      "command": "npx",
      "args": ["-y", "sequa-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub