Skip to content

Commit 06d788a

Browse files
committed
add artemis mcp
1 parent 39c345e commit 06d788a

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

src/data/servers/index.ts

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,34 @@
11
import type { MCPServerType } from '../types.js'
22

33
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+
},
432
{
533
id: "aws-kb-retrieval-server-ref",
634
name: "AWS Knowledge Base",

0 commit comments

Comments
 (0)