Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Cyb Mcp

    2 stars
    JavaScript
    Updated Oct 4, 2025

    Table of Contents

    • Features
    • Setup
    • Usage with Claude Desktop
    • Tools
    • sendCyberlink
    • searchQuery
    • getCyberlink
    • Usage Modes
    • Read-Only Mode (No Mnemonic)
    • Full Mode (With Mnemonic)
    • Security
    • Links

    Table of Contents

    • Features
    • Setup
    • Usage with Claude Desktop
    • Tools
    • sendCyberlink
    • searchQuery
    • getCyberlink
    • Usage Modes
    • Read-Only Mode (No Mnemonic)
    • Full Mode (With Mnemonic)
    • Security
    • Links

    Documentation

    Cyb MCP Server

    A Model Context Protocol (MCP) server for integrating with the Cyber. This server enables AI agents to interact with the decentralized knowledge graph, create cyberlinks, and retrieve content from IPFS through the Cyber network.

    *This project is a contribution to the Great Web Foundation, supporting the development of a decentralized, censorship-resistant web.*

    Cyb MCP Demo 1

    Cyb MCP Demo 2

    Features

    • sendCyberlink: Create cyberlinks between IPFS CIDs on the Cyber network using CIDs or plain texts
    • searchQuery: Search the Cyber knowledge graph and retrieve content from IPFS
    • getCyberlink: Retrieve content from IPFS by CID

    Setup

    1. Install dependencies:

    bash
    npm install

    2. Build the project:

    bash
    npm run build

    3. Configure environment variables:

    bash
    # Required for all operations
       export CYBER_RPC_URL="https://rpc.bostrom.cybernode.ai"
       export CYBER_GATEWAY="https://gateway.ipfs.cybernode.ai"
       
       # Optional - only needed for sendCyberlink tool
       export CYBER_MNEMONIC="your twelve word mnemonic phrase here"

    4. Run the server:

    bash
    npm start

    Usage with Claude Desktop

    Add to your Claude Desktop configuration:

    json
    {
      "mcpServers": {
        "cyb": {
          "command": "node",
          "args": ["/path/to/cyb-mcp/dist/index.js"],
          "env": {
            "CYBER_RPC_URL": "https://rpc.bostrom.cybernode.ai",
            "CYBER_GATEWAY": "https://gateway.ipfs.cybernode.ai"
          }
        }
      }
    }

    For sendCyberlink functionality, add mnemonic:

    json
    {
      "mcpServers": {
        "cyb": {
          "command": "node",
          "args": ["/path/to/cyb-mcp/dist/index.js"],
          "env": {
            "CYBER_MNEMONIC": "your twelve word mnemonic phrase here",
            "CYBER_RPC_URL": "https://rpc.bostrom.cybernode.ai",
            "CYBER_GATEWAY": "https://gateway.ipfs.cybernode.ai"
          }
        }
      }
    }

    Tools

    sendCyberlink

    Creates a cyberlink between two pieces of content. Requires mnemonic to be configured.

    Parameters:

    • from: Source CID or text content
    • to: Target CID or text content
    • fee: Optional transaction fee object

    Note: This tool will return an error if no mnemonic is provided in the configuration.

    searchQuery

    Searches the Cyber knowledge graph. No mnemonic required.

    Parameters:

    • query: Search query (CID or text)
    • page: Page number for pagination (default: 0)
    • retrieveContent: Whether to fetch content from IPFS (default: false)
    • limit: Max results to retrieve content for (default: 5)

    Returns:

    • Array of content items in the response
    • Each search result as a separate item
    • Supports both text and image content when retrieveContent is true
    • Images are automatically detected and returned as base64-encoded data

    getCyberlink

    Retrieves content from IPFS by CID through the Cyber gateway. No mnemonic required.

    Parameters:

    • cid: IPFS CID to retrieve content for

    Features:

    • Automatic image detection based on MIME type and content headers
    • Returns images as base64-encoded data with proper MCP image content type
    • Returns text content as formatted text
    • Supports PNG, JPEG, GIF, WebP, and SVG images

    Usage Modes

    The MCP server supports two usage modes:

    Read-Only Mode (No Mnemonic)

    • Available tools: searchQuery, getCyberlink
    • Perfect for exploring and retrieving content from the Cyber network
    • No wallet or signing capabilities

    Full Mode (With Mnemonic)

    • Available tools: sendCyberlink, searchQuery, getCyberlink
    • Includes wallet for creating cyberlinks and signing transactions
    • Requires mnemonic phrase for wallet access

    Security

    The mnemonic is stored in environment variables. Keep your mnemonic secure and never commit it to version control.

    Links

    • Main Project: cyb.ai - The superintelligence for the decentralized web
    • Documentation: cyber.page - Philosophy of Great Web

    Similar MCP

    Based on tags & features

    • WA

      Waha Mcp

      JavaScript00
    • WI

      Wizzy Mcp Tmdb

      JavaScript00
    • RI

      Rijksmuseum Mcp

      JavaScript·
      59
    • MC

      Mcp Server Playwright

      JavaScript·
      262

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • WA

      Waha Mcp

      JavaScript00
    • WI

      Wizzy Mcp Tmdb

      JavaScript00
    • RI

      Rijksmuseum Mcp

      JavaScript·
      59
    • MC

      Mcp Server Playwright

      JavaScript·
      262

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k