Skip to main content
Glama

NEAR MCP

Official
near-mcp.ts374 B
#!/usr/bin/env node import { execute } from '@oclif/core'; import { dirname } from 'path'; import { fileURLToPath } from 'url'; const __filename = fileURLToPath(import.meta.url); const __dirname = dirname(__filename); async function run() { try { await execute({ dir: __dirname }); } catch (error) { console.error(error); process.exit(1); } } void run();

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/nearai/near-mcp'

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