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

  • -
    security
    A
    license
    -
    quality
    A Model Context Protocol server that enables AI assistants like Claude to browse and analyze Reddit content, including searching subreddits, retrieving post details with comments, and viewing trending posts.
    Last updated -
    1
    Python
    MIT License
    • Apple
  • -
    security
    F
    license
    -
    quality
    A Model Context Protocol server that allows intelligent analysis and querying of XMind mind maps, providing capabilities for searching, extracting, and analyzing content across XMind files.
    Last updated -
    24
    14
    JavaScript
  • -
    security
    A
    license
    -
    quality
    A Model Context Protocol server that enables AI assistants to interact with Fingertip's site management capabilities, allowing them to list, view details of, and create websites.
    Last updated -
    1
    TypeScript
    MIT License
  • A
    security
    F
    license
    A
    quality
    A Model Context Protocol server that enables AI assistants to interact with Bluesky/ATProtocol, providing authentication, timeline access, post creation, and social features like likes and follows.
    Last updated -
    18
    10
    TypeScript
    • Apple
    • Linux

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