Skip to main content
Glama
dasein108

Cyb MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CYBER_GATEWAYYesURL for the IPFS gateway on the Cyber network. Required for all operations.https://gateway.ipfs.cybernode.ai
CYBER_RPC_URLYesURL for the Cyber network RPC endpoint. Required for all operations.https://rpc.bostrom.cybernode.ai
CYBER_MNEMONICNoYour twelve word mnemonic phrase for the Cyber wallet. Optional - only needed for sendCyberlink tool.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
sendCyberlinkC

Create a cyberlink between two IPFS CIDs on the Cyber network

searchQueryB

Search the Cyber knowledge graph and optionally retrieve content from IPFS

getCyberlinkC

Retrieve content from IPFS by CID through the Cyber gateway

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: getCyberlink retrieves content from IPFS, searchQuery searches the knowledge graph and optionally retrieves content, and sendCyberlink creates links between CIDs. There is no overlap in functionality, making tool selection straightforward for an agent.

Naming Consistency4/5

The tools follow a consistent verb_noun pattern (getCyberlink, searchQuery, sendCyberlink) with camelCase naming throughout. However, 'searchQuery' uses 'Query' as the noun, which is slightly less descriptive than the others, but overall the naming is highly consistent and predictable.

Tool Count5/5

With 3 tools, this server is well-scoped for its purpose of interacting with the Cyber network and IPFS. Each tool serves a distinct and essential function (retrieval, search, and linking), and there are no extraneous tools, making the count appropriate and efficient.

Completeness4/5

The toolset covers core operations for the Cyber/IPFS domain: retrieving content, searching the knowledge graph, and creating cyberlinks. Minor gaps might include operations like deleting or updating cyberlinks, but the provided tools enable key workflows without significant dead ends.

Maintenance

ActivityInactive
ResponsivenessNo issues