feat: setup dataforseo
This commit is contained in:
parent
ff0ca43233
commit
f20b516d25
|
|
@ -0,0 +1,3 @@
|
|||
DATAFORSEO_API_LOGIN=regx@usul.su
|
||||
DATAFORSEO_API_PASS=4f4b51b823df234c
|
||||
DATAFORSEO_API_CREDENTIALS=cmVneEB1c3VsLnN1OjRmNGI1MWI4MjNkZjIzNGM=
|
||||
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"mcpServers": {
|
||||
"brave-search": {
|
||||
"command": "npx",
|
||||
"args": ["-y", "@modelcontextprotocol/server-brave-search"],
|
||||
"env": {
|
||||
"BRAVE_API_KEY": "BSAcRGGikEzY4B2j3NZ8Qy5NYh9l4HZ"
|
||||
}
|
||||
},
|
||||
"perplexity": {
|
||||
"type": "stdio",
|
||||
"command": "npx",
|
||||
"args": ["-y", "perplexity-mcp"],
|
||||
"env": {
|
||||
"PERPLEXITY_API_KEY": "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",
|
||||
"PERPLEXITY_TIMEOUT_MS": "600000"
|
||||
}
|
||||
},
|
||||
"dataforseo": {
|
||||
"command": "npx",
|
||||
"args": ["-y", "dataforseo-mcp-server"],
|
||||
"env": {
|
||||
"DATAFORSEO_USERNAME": "regx@usul.su",
|
||||
"DATAFORSEO_PASSWORD": "4f4b51b823df234c"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue