Back to Home
Econyx-ai icon

0g-mcp-server

Verified Safe

by Econyx-ai

Overview

Provides an AI agent with comprehensive documentation and real-time interaction capabilities for the 0G.AI ecosystem, including storage, key-value, and compute network operations.

Installation

Run Command
bun src/stdio.ts

Environment Variables

  • OG_PRIVATE_KEY
  • OG_NETWORK
  • OG_EVM_RPC
  • OG_INDEXER_RPC
  • OG_KV_URL
  • OG_FLOW_CONTRACT
  • OG_SERVING_CONTRACT
  • REBUILD_DOCS_ON_START
  • LOG_LEVEL
  • DEBUG

Security Notes

The server's code does not contain 'eval' or malicious obfuscation. Path traversal protection is implemented for documentation access (`src/tools/docs.ts`). It correctly handles sensitive information like private keys by requiring them through environment variables (`OG_PRIVATE_KEY`) or explicit tool parameters, rather than hardcoding. This is standard practice for blockchain interaction but means users must securely manage their private keys externally. All network calls are to legitimate 0G.AI infrastructure. Error logging writes to a designated cache directory in the user's home.

Similar Servers

Stats

Interest Score32
Security Score9
Cost ClassMedium
Avg Tokens400
Stars2
Forks0
Last Update2025-12-10

Tags

0G.AIDocumentationBlockchain StorageAI ComputeMCP Server