Skip to main content
Glama

NEAR MCP

Official
version: '3.8' services: near-mcp: build: context: . dockerfile: Dockerfile image: near-mcp:latest container_name: near-mcp-server restart: unless-stopped volumes: - ~/.near-keystore:/root/.near-keystore ports: # Expose the SSE server port - "3001:3001" # Override the entrypoint from the Dockerfile entrypoint: [] command: ["bash", "/app/scripts/run"] environment: - NODE_ENV=production - NEAR_KEYSTOREDATA=${NEAR_KEYSTOREDATA} - NEAR_NETWORK=${NEAR_NETWORK:-mainnet} - NEAR_ACCOUNT_ID=${NEAR_ACCOUNT_ID} - NEAR_KEYSTORE=/root/.near-keystore

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