Skip to main content
Glama

Base Network MCP Server

by fakepixels
index.ts945 B
#!/usr/bin/env node import { BaseMcpServer } from './mcp/server.js'; import dotenv from 'dotenv'; // Load environment variables dotenv.config(); // Print banner console.error(` ╔══════════════════════════════════════════════════╗ ║ ║ ║ Base MCP Server v0.1.0 ║ ║ ║ ║ Natural Language Interface for Base Network ║ ║ ║ ╚══════════════════════════════════════════════════╝ `); // Start the server const server = new BaseMcpServer(); server.start().catch(error => { console.error('Failed to start server:', error); process.exit(1); });

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/fakepixels/base-mcp-server'

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