Skip to main content
Glama

NetMind MCPServer MCP

by protagolabs

NetMind MCP服务器 MCP

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

成分

工具

  • 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 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

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. Cursor & Claude Desktop && Windsurf 安装
    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