Skip to main content
Glama
protagolabs

NetMind MCPServer MCP

by protagolabs

NetMind MCP服务器 MCP

这是一个 MCP(模型上下文协议)服务器,提供管理和与NetMind MCP 服务器交互的端点,包括查询服务器、检索服务器详细信息以及处理用户评论和评级。

成分

工具

  • 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 Desktop && Windsurf 安装

通过编辑 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

Latest Blog Posts

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