Skip to content

Add Seqia MCP server to catalog #116

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

fabian-emilius
Copy link

MCP Server Information

Server Name: Sequa.AI
Repository URL: https://github.com/sequa-ai/sequa-mcp
Brief Description: Stop stitching context for Copilot and Cursor. With Sequa MCP, your AI tools know your entire codebase and docs out of the box.

Sequa.AI (https://sequa.ai) is a Model Context Protocol (MCP) server that gives Copilot, Cursor, and other MCP‑capable assistants full-codebase and docs awareness without manual prompt stitching. Point it at your repos and knowledge bases once; after that, your AI tools can browse, search, diff, and reason over everything through standardized MCP tools.

Basic Requirements

  • Open Source: Uses acceptable license (Apache-2.0, MIT, BSD-2-Clause, BSD-3-Clause or other permissive license)
  • MCP Compliant: Implements MCP API specification
  • Active Development: Recent commits and maintained
  • Docker Artifact: Dockerfile
  • Documentation: Basic README and setup instructions
  • Security Contact: Method for reporting security issues

Submitter Checklist

  • This server meets the basic requirements listed above
  • I understand this will undergo automated and manual review.
  • I have tested the MCP Server using task validate -- --name SERVER_NAME
  • I have built the MCP Server using task build -- --tools SERVER_NAME

Why is the last box not checked?: When running task build -- --tools sequa it always exited with status 1 but I tested the mcp server locally with docker desktop and it worked after successful authentication

@fabian-emilius fabian-emilius requested a review from a team as a code owner July 22, 2025 14:17
Copy link
Contributor

@cmrigney cmrigney left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution! I'm not sure why, but it's failing for me. You can try it yourself by merging the latest main into your branch and running

task build -- --tools --pull-community sequa
CleanShot 2025-08-05 at 11 13 08@2x

@cmrigney
Copy link
Contributor

cmrigney commented Aug 5, 2025

Just saw your comment:

Why is the last box not checked?: When running task build -- --tools sequa it always exited with status 1 but I tested the mcp server locally with docker desktop and it worked after successful authentication

We'll need to get it working with task build before we can merge it. I'm not sure what the difference could be, but maybe some additional logging could help here?

@fabian-emilius
Copy link
Author

Hey @cmrigney ,
the build command works without the --tools parameter but fails with it. From looking at the code, it seems that it tries to retrieve the tools from the server but the server requires authentication so it fails because the tools cant be listed without authentication.

I think I found a workaround now by including basic configuration that does not require authentication, so the command works now 💪 but this is probably an issue more people will run into.

@fabian-emilius fabian-emilius requested a review from cmrigney August 5, 2025 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants