Skip to main content
Glama

NetMind MCPServer MCP

by protagolabs

NetMind MCPサーバーMCP

これは、サーバーのクエリ、サーバーの詳細の取得、ユーザーのレビューと評価の処理など、 NetMind MCP サーバーを管理および操作するためのエンドポイントを提供する MCP (Model Context Protocol) サーバーです。

コンポーネント

ツール

  • query_server: オプションのあいまい名前一致とページ区切りを使用してサーバー リストを照会します。
  • get_server: 特定のサーバー名でその詳細情報を取得します。
  • add_update_rating_review: 特定のサーバーの評価とレビューを追加または更新します。
  • 特定のサーバーのレビューと評価を一覧表示します。

インストール

UV (高速Pythonパッケージとプロジェクトマネージャー)が必要です

uvがインストールされていない場合。

# Using Homebrew on macOS brew install uv

または

# 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 (高速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