Sequa MCP
A proxy that connects local STDIO with remote MCP servers, enabling IDEs to use MCP without extra infrastructure.
Sequa MCP
Self Maintaining Docs for Devs & AI β Turn your codebase into always-current documentation, so engineers and AI never read outdated docs again.
This repository is the entry point for using Sequa via the Model Context Protocol (MCP). Add Sequa as an MCP server to Cursor, Claude, Windsurf, VSCode, Cline, Highlight, Augment, or any other MCPβcapable client.
π€ What is Sequa?
70% of docs are never updated as underlying facts change, and 30% of dev time is lost searching, handling interruptions, and reworking. Documentation drifts out of sync, knowledge gets scattered across tools, and experts repeat themselves. The result: onboarding slows, context is lost, and teams waste time chasing answers instead of building.
Sequa fixes this. It's a Contextual Knowledge Engine that:
- Generates docs that stay accurate β architecture overviews, API docs, runbooks, onboarding guides
- Continuously updates from your code β eliminating stale pages and manual upkeep
- Unifies knowledge across repositories β no more hunting across Confluence, Slack, and GitHub
- Powers your team and AI agents β ask in plain language, get current answers with source links
Why use Sequa MCP?
Stop stitching context for Copilot and Cursor. With Sequa MCP, your AI tools know your entire codebase and docs out of the box.
Sequa gives your AI assistants deep, real-time knowledge of your codebase, docs, tickets, and internal standards. Instead of writing code you have to fix, they write code that fits β first try.
π§± Prerequisites
Before you configure any AI agent:
- Create / sign in to your Sequa account at https://app.sequa.ai/login
- Setup a Project inside the Sequa app
- Inside that project, locate the MCP Setup URLs and select the transport your AI agent supports
- 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.
π Quick Start (Proxy Launch)
NPX (most common)
npx -y @sequa-ai/sequa-mcp@latest https://mcp.sequa.ai/v1/setup-code-assistant
Replace the URL if you use an endpoint from the specific project
π IDE / Tool Configuration
Cursor (~/.cursor/mcp.json)
{
"mcpServers": {
"sequa": {
"url": "https://mcp.sequa.ai/v1/setup-code-assistant"
}
}
}
Claude Desktop (Settings β Developer β Edit Config)
{
"mcpServers": {
"sequa": {
"command": "npx",
"args": [
"-y",
"@sequa-ai/sequa-mcp@latest",
"https://mcp.sequa.ai/v1/setup-code-assistant"
]
}
}
}
Windsurf (~/.codeium/windsurf/mcp_config.json)
{
"mcpServers": {
"sequa": {
"command": "npx",
"args": [
"-y",
"@sequa-ai/sequa-mcp@latest",
"https://mcp.sequa.ai/v1/setup-code-assistant"
]
}
}
}
VS Code (.vscode/mcp.json)
{
"servers": {
"sequa": {
"command": "npx",
"args": [
"-y",
"@sequa-ai/sequa-mcp@latest",
"https://mcp.sequa.ai/v1/setup-code-assistant"
]
}
}
}
Cline / Claude Dev Tools (cline_mcp_settings.json)
{
"mcpServers": {
"sequa": {
"command": "npx",
"args": [
"-y",
"@sequa-ai/sequa-mcp@latest",
"https://mcp.sequa.ai/v1/setup-code-assistant"
],
"disabled": false,
"autoApprove": []
}
}
}
Highlight AI (GUI β Plugins β Custom Plugin β Add using a command)
npx -y @sequa-ai/sequa-mcp@latest https://mcp.sequa.ai/v1/setup-code-assistant
Augment Code
npx -y @sequa-ai/sequa-mcp@latest https://mcp.sequa.ai/v1/setup-code-assistant
Or augment_config.json:
{
"mcpServers": {
"sequa": {
"command": "npx",
"args": [
"-y",
"@sequa-ai/sequa-mcp@latest",
"https://mcp.sequa.ai/v1/setup-code-assistant"
]
}
}
}
Related Servers
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
GameCode MCP2
A Model Context Protocol (MCP) server for tool integration, configured using a tools.yaml file.
YApi
Interact with the YApi platform using natural language for automated interface management.
OpenAPI to MCP Server
A server that converts OpenAPI specifications into the Model Context Protocol (MCP).
Serena
A coding agent toolkit that provides an LLM with IDE-like capabilities for semantic code retrieval and editing directly in your codebase.
Remote MCP Server on Cloudflare
A template for deploying a remote MCP server on Cloudflare Workers, customizable by defining tools in the source code.
Code Assistant
A Rust-based CLI tool for code-related tasks, operating as an MCP server.
Floom
Deploy Python functions as web apps. Type hints become UI, API, and shareable links. 32 MCP tools for deploy, run, storage, secrets, scheduling, versioning, and sharing.
SilbercueSwift
iOS simulator automation MCP server β build, test, screenshot (20ms), UI interaction, logging, git. Direct WDA integration, no Appium overhead. 55 tools, Free + Pro tier.
lu-mcp-server
Verify AI agent communication with session types and formal proofs
gurddy mcp
his repository contains a fully functional MCP (Model Context Protocol) server, providing solutions for Constraint Satisfaction Problems (CSP) and Linear Programming (LP). It is based on the gurddy package and supports solving a variety of classic problems.