Skip to main content
Glama
sequa-ai

Sequa AI

Official
by sequa-ai

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.


Related MCP server: longmem

🧱 Prerequisites

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.


πŸš€ 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"
      ]
    }
  }
}
A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

–Maintainers
–Response time
–Release cycle
–Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    Enables AI assistants to access contextual knowledge from multiple repositories through Sequa's Contextual Knowledge Engine. Provides architecture-aware code understanding and cross-repository context for more accurate, production-ready code generation.
    69
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Hybrid semantic + keyword memory across all your projects. Works with Cursor, Claude Code, and your team.
    11
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    A context engineering tool for AI coding assistants that detects post-training knowledge gaps, resolves them automatically, and delivers team decisions via MCP to Claude, Cursor, Copilot, and other AI tools.
    12
    35
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Stop pasting your file tree into Claude. Give any AI assistant real architectural understanding of a codebase β€” local, private, zero‑config.
    5
    3
    MIT

View all related MCP servers

Related MCP Connectors

  • One shared context your team's AI tools read & write over MCP. No re-explaining. Free.

  • Provide your AI coding tools with token-efficient access to up-to-date technical documentation for…

  • Your memory, everywhere AI goes. Build knowledge once, access it via MCP anywhere.

View all MCP Connectors

Appeared in Searches

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sequa-ai/sequa-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server