File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 1
1
import type { MCPServerType } from '../types.js'
2
2
3
3
export const servers : MCPServerType [ ] = [
4
+ {
5
+ id : 'artemis' ,
6
+ name : 'Artemis Analytics' ,
7
+ description : 'Pull the latest fundamental crypto data from Artemis natively into you favorite chatbot interface.' ,
8
+ publisher : {
9
+ id : 'Artemis-xyz' ,
10
+ name : 'Artemis Analytics Inc.' ,
11
+ url : 'https://www.artemis.xyz/' ,
12
+ } ,
13
+ isOfficial : true ,
14
+ sourceUrl : 'https://github.com/Artemis-xyz/artemis-mcp' ,
15
+ distribution : {
16
+ type : 'pip' ,
17
+ package : 'artemis-mcp' ,
18
+ } ,
19
+ license : 'MIT' ,
20
+ runtime : 'python' ,
21
+ config :
22
+ {
23
+ command : 'uvx' ,
24
+ args : [ 'artemis-mcp' ] ,
25
+ env : {
26
+ ARTEMIS_API_KEY : {
27
+ description : 'Your Artemis API key from https://app.artemis.xyz/settings.' ,
28
+ }
29
+ }
30
+ }
31
+ } ,
4
32
{
5
33
id : "aws-kb-retrieval-server-ref" ,
6
34
name : "AWS Knowledge Base" ,
You can’t perform that action at this time.
0 commit comments