Skip to content

Commit 9d51bb2

Browse files
Add SmartBear MCP (#96)
* Add SmartBear MCP * rename to smartbear * update secrets * Add insight hub api key configuration * amend name * Update servers/smartbear/server.yaml Co-authored-by: Tom Longridge <[email protected]> * fix server yaml to correct initialization --------- Co-authored-by: Tom Longridge <[email protected]>
1 parent 524b6cd commit 9d51bb2

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

servers/smartbear/server.yaml

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
name: smartbear
2+
image: mcp/smartbear
3+
type: server
4+
meta:
5+
category: devops
6+
tags:
7+
- smartbear
8+
- devops
9+
- api-testing
10+
- monitoring
11+
about:
12+
title: SmartBear MCP Server
13+
description: SmartBear's official MCP Server for API Hub, Test Hub and Insight Hub
14+
icon: https://avatars.githubusercontent.com/u/1644671?s=200&v=4
15+
source:
16+
project: https://github.com/SmartBear/smartbear-mcp
17+
branch: main
18+
config:
19+
description: Configure the connection to SmartBear services
20+
secrets:
21+
- name: smartbear.insight_hub_auth_token
22+
env: INSIGHT_HUB_AUTH_TOKEN
23+
required: false
24+
- name: smartbear.insight_hub_project_api_key
25+
env: INSIGHT_HUB_PROJECT_API_KEY
26+
required: false
27+
- name: smartbear.reflect_api_token
28+
example: "<your-reflect-api-token>"
29+
env: REFLECT_API_TOKEN
30+
required: false
31+
- name: smartbear.api_hub_api_key
32+
example: "<your-api-hub-api-key>"
33+
env: API_HUB_API_KEY
34+
required: false
35+
env:
36+
- name: MCP_SERVER_INSIGHT_HUB_API_KEY
37+
example: "00000000000000000000000000000000"
38+
value: '{{smartbear.mcp_server_insight_hub_api_key}}'
39+
parameters:
40+
type: object
41+
properties:
42+
mcp_server_insight_hub_api_key:
43+
type: string

0 commit comments

Comments
 (0)