Skip to content

Commit 6d65f8d

Browse files
Add ai.tetrees-mcp-npx
List Tetrees AI as a stdio npx MCP server using @tetrees/mcp@2.2.1. Signed-off-by: unknown <joseph3553@naver.com> Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 40ad751 commit 6d65f8d

1 file changed

Lines changed: 73 additions & 0 deletions

File tree

servers/ai.tetrees-mcp-npx.json

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "ai.tetrees-mcp-npx",
4+
"name": "Tetrees AI",
5+
"alias": "tetrees",
6+
"description": "Discover, run, grow and trade portable TAIP/1 agent intelligence through Tetrees MCP.",
7+
"logo": "https://ex.tetrees.ai/logo.png",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"ai-ml",
11+
"developer-tools"
12+
],
13+
"tags": [
14+
"tetrees",
15+
"ai-packs",
16+
"taip",
17+
"agent-marketplace",
18+
"stdio"
19+
],
20+
"transport": {
21+
"type": "stdio",
22+
"command": "npx",
23+
"args": [
24+
"-y",
25+
"@tetrees/mcp@2.2.1"
26+
],
27+
"env": {
28+
"TETREES_API_URL": "https://ex.tetrees.ai/api",
29+
"TETREES_TOKEN": "${input:TETREES_TOKEN}"
30+
},
31+
"metadata": {
32+
"inputs": [
33+
{
34+
"id": "TETREES_TOKEN",
35+
"label": "Tetrees account API token",
36+
"description": "Revocable token from Tetrees Account settings. Hosted runs use Tetrees Points; optional BYOK keys stay in the local MCP environment.",
37+
"type": "text",
38+
"required": true,
39+
"secret": true,
40+
"placeholder": "tt_xxxxxxxx",
41+
"obtain": {
42+
"url": "https://ex.tetrees.ai/en",
43+
"instructions": "1. Create a free account at https://ex.tetrees.ai/en\n2. Open Account settings\n3. Mint a revocable API token\n4. Paste the token here",
44+
"button_label": "Create token"
45+
}
46+
}
47+
]
48+
}
49+
},
50+
"auth": {
51+
"type": "api_key",
52+
"instructions": "Create a free Tetrees account and mint a revocable TETREES_TOKEN in Account settings."
53+
},
54+
"contributor": {
55+
"name": "InsightVessel",
56+
"github": "TetreesEX",
57+
"url": "https://ex.tetrees.ai/en"
58+
},
59+
"links": {
60+
"repository": "https://github.com/TetreesEX/TetreesAgent_EX",
61+
"homepage": "https://ex.tetrees.ai/en",
62+
"documentation": "https://ex.tetrees.ai/en/mcp"
63+
},
64+
"platforms": [
65+
"all"
66+
],
67+
"capabilities": {
68+
"tools": true,
69+
"resources": false,
70+
"prompts": false,
71+
"read_only_mode": false
72+
}
73+
}

0 commit comments

Comments
 (0)