Skip to content

Commit e7b40d5

Browse files
Add Seqia MCP server to catalog (#116)
* Add sequa-mcp * Update sequa name * Update example values
1 parent 2a19882 commit e7b40d5

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

servers/sequa/server.yaml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
name: sequa
2+
image: mcp/sequa
3+
type: server
4+
meta:
5+
category: devops
6+
tags:
7+
- search
8+
- ai
9+
- devops
10+
about:
11+
title: Sequa.AI
12+
description: Stop stitching context for Copilot and Cursor. With Sequa MCP, your AI tools know your entire codebase and docs out of the box.
13+
icon: https://avatars.githubusercontent.com/u/187640573?v=4
14+
source:
15+
project: https://github.com/sequa-ai/sequa-mcp
16+
branch: main
17+
config:
18+
description: Configure the connection to Sequa.AI
19+
secrets:
20+
- name: sequa.api_key
21+
env: API_KEY
22+
example: your_sequa_api_key
23+
env:
24+
- name: MCP_SERVER_URL
25+
example: https://mcp.sequa.ai/v1/setup-example
26+
value: '{{sequa.mcp_server_url}}'
27+
parameters:
28+
type: object
29+
properties:
30+
mcp_server_url:
31+
type: string

0 commit comments

Comments
 (0)