Skip to main content
Glama
protagolabs

NetMind MCPServer MCP

by protagolabs

NetMind MCPServer MCP

Dies ist ein MCP-Server (Model Context Protocol), der Endpunkte für die Verwaltung und Interaktion mit NetMind MCP-Servern bereitstellt, einschließlich der Abfrage von Servern, dem Abrufen von Serverdetails und der Handhabung von Benutzerbewertungen und -beurteilungen.

Komponenten

Werkzeuge

  • query_server: Abfrage der Serverliste mit optionaler Fuzzy-Namensübereinstimmung und Paginierung.

  • get_server: Ruft detaillierte Informationen zu einem bestimmten Server anhand seines Namens ab.

  • add_update_rating_review: Fügt eine Bewertung und Rezension für einen bestimmten Server hinzu oder aktualisiert sie.

  • Listet Bewertungen und Beurteilungen für einen bestimmten Server auf.

Related MCP server: Notion MCP Server

Installation

Erfordert UV (Fast Python-Paket und Projektmanager)

Wenn UV nicht installiert ist.

# Using Homebrew on macOS
brew install uv

oder

# 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"

Umgebungsvariablen

Einen API-Schlüssel erhalten Sie von Netmind

  • NETMIND_API_TOKEN : Ihr Netmind-API-Schlüssel

Cursor & Claude Desktop && Windsurf Installation

Fügen Sie dieses Tool als MCP-Server hinzu, indem Sie die Cursor/Claude/Windsurf-Konfigurationsdatei bearbeiten.

{
  "mcpServers": {
    "netmind-mcpserver-mcp": {
      "env": {
        "NETMIND_API_TOKEN": "XXXXXXXXXXXXXXXXXXXX"
      },
      "command": "uvx",
      "args": [
        "netmind-mcpserver-mcp"
      ]
    }
  }
}

Cursor

  • Unter MacOS: /Users/your-username/.cursor/mcp.json

  • Unter Windows: C:\Users\your-username\.cursor\mcp.json

Claude

  • Unter MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json

  • Unter Windows: %APPDATA%/Claude/claude_desktop_config.json

Windsurf

  • Unter MacOS: /Users/your-username/.codeium/windsurf/mcp_config.json

  • Unter Windows: C:\Users\your-username\.codeium\windsurf\mcp_config.json

-
security - not tested
A
license - permissive license
-
quality - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

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