Skip to main content
Glama

Cyb MCP Server

by dasein108
BSD 3-Clause
3
config.example.json605 B
{ "mcpServers": { "cyb-readonly": { "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" } }, "cyb-full": { "command": "node", "args": ["/path/to/cyb-mcp/dist/index.js"], "env": { "CYBER_MNEMONIC": "your twelve word mnemonic phrase here goes in this field", "CYBER_RPC_URL": "https://rpc.bostrom.cybernode.ai", "CYBER_GATEWAY": "https://gateway.ipfs.cybernode.ai" } } } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dasein108/cyb-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server