Skip to main content
Glama

NEAR MCP

Official

MCP 근처

이 프로젝트는 NEAR 블록체인 과 상호 작용하기 위한 모델 컨텍스트 프로토콜( MCP ) 호환 서버입니다. 이 도구는 LLM과 AI 에이전트가 NEAR 계정 및 블록체인 기능에 안전하게 접근하고 상호 작용할 수 있는 방법을 제공합니다.

빠른 시작

다음은 claude 코드 CLI를 사용하여 near-mcp 서버를 빠르게 시작하는 방법입니다.

지엑스피1

또는 Phala Cloud에서 원격으로 MCP 서버를 배포하려면 여기에서 지침을 확인하세요.

설치 중

near-mcp MCP 호환 클라이언트와 함께 사용해야 합니다. 자세한 내용은 MCP 문서를 참조하세요.

claude 코드 cli에 추가:

claude mcp add near-mcp npx @nearai/near-mcp@latest run

JSON 구성을 통해 Claude Desktop에 추가:

{ "mcpServers": { "near-mcp": { "command": "npx", "args": ["-y", "@nearai/near-mcp@latest", "run"], "env": {} } } }

goose 에 추가

┌ goose-configure │ ◇ What would you like to configure? │ Add Extension │ ◇ What type of extension would you like to add? │ Command-line Extension │ ◇ What would you like to call this extension? │ near-mcp │ ◇ What command should be run? │ npx @nearai/near-mcp@latest run │ ◇ Please set the timeout for this tool (in secs): │ 60 │ ◇ Would you like to add environment variables? │ No │ └ Added near-mcp extension

또는 글로벌하게 설치하여 바로 사용할 수도 있습니다.

# Install globally npm install -g @nearai/near-mcp@latest # Or use directly with npx npx @nearai/near-mcp@latest run

사용 가능한 도구

사용 가능한 도구와 인수 목록은 TOOLS.md를 참조하세요.

AI 모델과의 통합

이 도구는 모델 컨텍스트 프로토콜(Model Context Protocol)을 지원하는 AI 모델과 함께 사용하도록 설계되었습니다. AI 어시스턴트는 이 도구를 통해 다음과 같은 작업을 수행할 수 있습니다.

  1. 사용자를 대신하여 NEAR 계정 관리
  2. 계좌 잔액 및 상태 확인
  3. 거래에 서명하고 전송하세요
  4. 새 계정을 만들고 액세스 키를 관리하세요
  5. 스마트 계약 검사 및 실행

보안 고려 사항

  • 이 MCP는 로컬에서 실행되도록 설계되었습니다. 계정 개인 키는 MCP 서버가 실행 중인 암호화되지 않은 로컬 키 저장소에 저장됩니다.
  • 기본 모델은 한 가지 예외를 제외 하고는 상호 작용하는 계정의 개인 키를 볼 수 있는 권한이 없어야 합니다. import_account 도구를 사용하면 모델이 개인 키에서 계정을 가져올 수 있습니다. 이를 위해서는 사용자가 모델에 개인 키를 제공해야 합니다.

기여하다

NEAR MCP 서버에 대한 기여를 환영합니다! 자세한 내용은 CONTRIBUTING.md 파일을 참조하세요.

문제 보고

버그를 발견하거나 기능 요청이 있는 경우 GitHub 저장소에서 이슈를 열어주세요.

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

MCP 호출을 통해 NEAR 블록체인과 상호 작용합니다.

  1. 빠른 시작
    1. 설치 중
      1. 사용 가능한 도구
        1. AI 모델과의 통합
          1. 보안 고려 사항
            1. 기여하다
              1. 문제 보고

            Related MCP Servers

            • A
              security
              A
              license
              A
              quality
              An MCP server to run commands.
              Last updated -
              2
              265
              150
              TypeScript
              MIT License
              • Apple
            • -
              security
              A
              license
              -
              quality
              A comprehensive MCP server for tooling interactions(40+) and resource accessibility(60+) with Algorand blockchain, plus many useful prompts.
              Last updated -
              31
              31
              TypeScript
              MIT License
              • Linux
              • Apple
            • -
              security
              F
              license
              -
              quality
              A Model Context Protocol (MCP) server that provides onchain tools for Claude AI, allowing it to interact with the Polygon PoS blockchain to call contract functions, manage ERC20 tokens, and check gas prices.
              Last updated -
              68
              TypeScript
            • -
              security
              A
              license
              -
              quality
              An MCP (Model Context Protocol) server that chains calls to other MCP tools, reducing token usage by allowing sequential tool execution with result passing
              Last updated -
              109
              25
              JavaScript
              MIT License

            View all related MCP servers

            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