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

  • 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