NetMind MCPサーバーMCP
これは、サーバーのクエリ、サーバーの詳細の取得、ユーザーのレビューと評価の処理など、 NetMind MCP サーバーを管理および操作するためのエンドポイントを提供する MCP (Model Context Protocol) サーバーです。
コンポーネント
ツール
query_server: オプションのあいまい名前一致とページ区切りを使用してサーバー リストを照会します。
get_server: 特定のサーバー名でその詳細情報を取得します。
add_update_rating_review: 特定のサーバーの評価とレビューを追加または更新します。
特定のサーバーのレビューと評価を一覧表示します。
Related MCP server: Notion MCP Server
インストール
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.jsonWindowsの場合:
C:\Users\your-username\.cursor\mcp.json
クロード
MacOSの場合:
~/Library/Application\ Support/Claude/claude_desktop_config.jsonWindows の場合:
%APPDATA%/Claude/claude_desktop_config.json
ウィンドサーフィン
MacOSの場合:
/Users/your-username/.codeium/windsurf/mcp_config.jsonWindowsの場合:
C:\Users\your-username\.codeium\windsurf\mcp_config.json
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.