drio
Open app

Valyu MCP Server

Source

Typescript implementation of MCP server for Valyu Network API (

Catalog onlyCatalog onlySTDIO

Overview

Valyu MCP Server is a Typescript implementation of a Model Context Protocol server that provides access to Valyu's knowledge retrieval and feedback APIs, enabling LLMs to search proprietary and web sources for information and submit feedback on transactions.

To use Valyu MCP Server, you can run it using Docker with your Valyu API key. You can perform knowledge searches and submit feedback for transactions through the provided API endpoints.

  • Knowledge search tool to access proprietary and web sources. - Feedback submission tool for user transactions. - Configurable via environment variables for easy integration.
  1. Searching for information on various topics like quantum computing or artificial intelligence.
  2. Submitting user feedback on transactions to improve service quality.
  3. Integrating with applications like Claude.app for enhanced knowledge retrieval.

Add to your AI client

Use these steps to connect Valyu MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "valyu-mcp-js-valyu-network": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-valyu-mcp-js-valyu-network"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "valyu-mcp-js-valyu-network": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-valyu-mcp-js-valyu-network"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "valyu-mcp-js-valyu-network": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-valyu-mcp-js-valyu-network"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "valyu-mcp-js-valyu-network": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-valyu-mcp-js-valyu-network"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "valyu-mcp-js-valyu-network": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-valyu-mcp-js-valyu-network"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "valyu-mcp-js-valyu-network": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-valyu-mcp-js-valyu-network"
      ]
    }
  }
}

FAQ

How do I install Valyu MCP Server?

You can install it using Docker with the command: `docker pull ghcr.io/tiovikram/valyu-mcp-server`.

What is required to run the server?

You need to set the `VALYU_API_KEY` environment variable with your Valyu API key.

Can I use Valyu MCP Server for any type of search?

Yes, you can search across proprietary, web, or all sources based on your needs.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1725,"uuid":"990f53b8-9bc9-4cb3-9015-4d0a70f3a085","name":"valyu-mcp-js","title":"Valyu MCP Server","description":"Typescript implementation of MCP server for Valyu Network API (","avatar_url":"https://avatars.githubusercontent.com/u/113247112?v=4","created_at":"2025-03-05T05:02:54.999Z","updated_at":"2025-03-12T10:20:31.677Z","status":"created","author_name":"valyu-network","author_avatar_url":"https://avatars.githubusercontent.com/u/113247112?v=4","tags":"valyu,mcp,server,api,knowledge-retrieval","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/valyu-network/valyu-mcp-js","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"MIT license\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-04 16:54:21\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]