Sequa.AI

Sequa.AI

Bridge STDIO/command MCP transports to Sequa's streamable HTTP MCP endpoint.

16
Stars
3
Forks
0
Releases

Overview

Sequa MCP is the entry point for using Sequa via the Model Context Protocol (MCP). It provides a single drop‑in command that bridges the STDIO/command MCP transports used by many IDEs with Sequa’s native streamable HTTP MCP endpoint, enabling real‑time access to a project’s code, docs, and knowledge. Before you configure an AI agent, you must create or sign in to a Sequa account and set up a Project; in that project you’ll find the MCP Setup URLs and select the transport your agent supports. Copy the URL or configuration and install it in your client. If you skip project creation the MCP server will refuse connections — auth/project errors may appear, though the proxy can launch. Sequa is a Contextual Knowledge Engine that unifies code and documentation across repositories and streams the current context to LLM‑powered agents, helping you execute architecture‑aware tasks, understand goals, and generate production‑ready code. Quick Start: NPX npx -y @sequa-ai/sequa-mcp@latest https://mcp.sequa.ai/v1/setup-code-assistant. The repository also provides ready‑to‑use MCP configurations for Cursor, Claude Desktop, Windsurf, VS Code, Cline, Highlight, and Augment Code.

Details

Owner
sequa-ai
Language
TypeScript
License
MIT License
Updated
2025-12-07

Features

Bridge STDIO/command MCP transports to HTTP MCP endpoint

Acts as a bridge between traditional STDIO/command MCP transports used by IDEs and Sequa’s native streamable HTTP MCP endpoint, enabling seamless communication.

Single drop-in command for MCP onboarding

Offers a minimal setup via a single drop-in command to bootstrap the MCP session.

NPX-based quick start

Supports quick launch with NPX, enabling easy installation and startup with a single command, updated to latest release.

IDE-ready configurations across popular clients

Provides ready-made configuration samples for Cursor, Claude Desktop, Windsurf, VS Code, Cline, Highlight, and Augment Code, simplifying integration.

Project-auth enforced access

Prerequisites require a Sequa account and an MCP Setup URL; without a configured project the server will refuse connections, preventing unauthorized usage.

Streamed context delivery

Delivers project context as a live stream from Sequa to the client via the HTTP MCP endpoint.

Transport-agnostic setup for multiple IDEs

Designed to bridge multiple transports across IDEs without modifying client transports, using the MCP protocol.

Audience

DevelopersIntegrate Sequa MCP in IDEs to provide project context to AI assistants.
ML engineersFeed up-to-date code/docs context to LLMs during automated tasks.
Product teamsSurface cross-repo knowledge to copilots and assistants.

Tags

MCPSequaCode contextContextual knowledge engineIDE integrationSTDIO transportHTTP MCP endpointProxy