You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

16 lines
315 B

{
"mcpServers": {
"memory": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-memory"]
},
"tavily": {
"command": "npx",
"args": ["-y", "tavily-mcp@0.2.3"],
"env": {
"TAVILY_API_KEY": "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"
}
}
}
}