-
-
Notifications
You must be signed in to change notification settings - Fork 567
Expand file tree
/
Copy pathcrypto-defi.json
More file actions
24 lines (24 loc) · 911 Bytes
/
crypto-defi.json
File metadata and controls
24 lines (24 loc) · 911 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"mcpServers": {
"defi-mcp": {
"command": "npx",
"args": ["defi-mcp"],
"description": "DeFi and crypto data — token prices, gas fees, swap quotes, wallet balances, and trending tokens across 9 chains."
},
"filesystem": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem", "<ABSOLUTE_PATH_TO_CRYPTO_PROJECT>"],
"description": "Read and write strategy files, portfolio configs, and analysis outputs."
},
"fetch": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-fetch"],
"description": "Fetch blockchain explorer data, protocol documentation, and governance proposals."
},
"memory": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-memory"],
"description": "Track portfolio positions, price alerts, and research findings across sessions."
}
}
}