mcp servers not working #44179
gurupak
started this conversation in
Extensions and Themes
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to configure these mcp servers, but they are not working properly.
/// The name of your MCP server
"Ref": {
/// The command which runs the MCP server
"command": "cmd",
/// The arguments to pass to the MCP server
"args": ["/c","npx","-y","ref-tools-mcp@latest","tools=ref_search_documentation,ref_read_url"],
/// The environment variables to set
"env": {"REF_API_KEY":"KEY"}
}
}
/// The name of your MCP server
"tavily-remote-mcp": {
/// The command which runs the MCP server
"command": "cmd",
/// The arguments to pass to the MCP server
"args": ["/c","npx","-y","mcp-remote","https://mcp.tavily.com/mcp/?tavilyApiKey=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"],
/// The environment variables to set
"env": {"TAVILY_API_KEY":"KEY"}
}
}
These mcp servers are not getting the list from server. What is the problem in the above settings?
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions