Skip to main content
Glama

NetMind MCPServer MCP

by protagolabs

NetMind MCPServer MCP

이는 NetMind MCP 서버를 관리하고 상호 작용하기 위한 엔드포인트를 제공하는 MCP(Model Context Protocol) 서버로, 서버 쿼리, 서버 세부 정보 검색, 사용자 리뷰 및 평가 처리 등이 포함됩니다.

구성 요소

도구

  • query_server: 선택적 퍼지 이름 일치 및 페이지 매김을 통해 서버 목록을 쿼리합니다.
  • get_server: 이름을 사용하여 특정 서버에 대한 자세한 정보를 검색합니다.
  • add_update_rating_review: 특정 서버에 대한 평가와 리뷰를 추가하거나 업데이트합니다.
  • 특정 서버에 대한 리뷰와 평가를 나열합니다.

설치

UV (Fast Python 패키지 및 프로젝트 관리자)가 필요합니다.

uv가 설치되어 있지 않으면

지엑스피1

또는

# On macOS and Linux. curl -LsSf https://astral.sh/uv/install.sh | sh # On Windows. powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"

환경 변수

Netmind 에서 API 키를 얻을 수 있습니다.

  • NETMIND_API_TOKEN : Netmind API 키

커서 & 클로드 데스크탑 && 윈드서프 설치

Cursor/Claude/Windsurf 구성 파일을 편집하여 이 도구를 mcp 서버로 추가합니다.

{ "mcpServers": { "netmind-mcpserver-mcp": { "env": { "NETMIND_API_TOKEN": "XXXXXXXXXXXXXXXXXXXX" }, "command": "uvx", "args": [ "netmind-mcpserver-mcp" ] } } }
커서
  • MacOS의 경우: /Users/your-username/.cursor/mcp.json
  • Windows의 경우: C:\Users\your-username\.cursor\mcp.json
클로드
  • MacOS의 경우: ~/Library/Application\ Support/Claude/claude_desktop_config.json
  • Windows의 경우: %APPDATA%/Claude/claude_desktop_config.json

윈드서핑

  • MacOS의 경우: /Users/your-username/.codeium/windsurf/mcp_config.json
  • Windows의 경우: C:\Users\your-username\.codeium\windsurf\mcp_config.json
-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

사용자가 간단한 엔드포인트를 통해 NetMind AI 서버에 대한 리뷰/평가를 쿼리하고, 세부정보를 검색하고, 관리할 수 있도록 하는 모델 컨텍스트 프로토콜 서버입니다.

  1. 구성 요소
    1. 도구
  2. 설치
    1. UV (Fast Python 패키지 및 프로젝트 관리자)가 필요합니다.
    2. 환경 변수
    3. 커서 & 클로드 데스크탑 && 윈드서프 설치
    4. 윈드서핑

Related MCP Servers

  • A
    security
    F
    license
    A
    quality
    A Model Context Protocol server that enables interaction with Service Nervous System (SNS) DAOs on the Internet Computer, allowing users to list proposals, view neurons, get system parameters, manage wallets, and vote on proposals.
    Last updated -
    6
    5
    TypeScript
    • Apple
  • -
    security
    A
    license
    -
    quality
    A Model Context Protocol server that provides a standardized interface for AI models to access, query, and modify content in Notion workspaces.
    Last updated -
    706
    4
    TypeScript
    MIT License
    • Apple
  • A
    security
    A
    license
    A
    quality
    A Model Context Protocol server that enables AI models to interact with the Monad testnet for checking token balances, sending transactions, and deploying smart contracts.
    Last updated -
    7
    8
    TypeScript
    Apache 2.0
  • -
    security
    F
    license
    -
    quality
    A Model Context Protocol server that provides AI models with structured access to external data and services, acting as a bridge between AI assistants and applications, databases, and APIs in a standardized, secure way.
    Last updated -
    1
    Python

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/protagolabs/Netmind-MCPServer-MCP'

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