NetMind MCPServer MCP
NetMind MCP服务器 MCP
这是一个 MCP(模型上下文协议)服务器,提供管理和与NetMind MCP 服务器交互的端点,包括查询服务器、检索服务器详细信息以及处理用户评论和评级。
成分
工具
query_server:查询服务器列表,可选模糊名称匹配和分页。
get_server:通过名称检索特定服务器的详细信息。
add_update_rating_review:添加或更新特定服务器的评级和评论。
列出特定服务器的评论和评级。
Related MCP server: SupaUI 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
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
A Model Context Protocol server for Wix AI tools
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
The Mercado Pago MCP Server implements the Model Context Protocol to provide AI agents and LLMs with access to Mercado Pago's APIs and tools within compatible development environments. It acts as an intermediary that translates Mercado Pago resources into executable functions (tools) that AI applications can invoke to perform actions and automate flows. The server simplifies integration, enables using documentation to implement or improve code, and optimizes operations through natural language interactions without manual implementations.
Related MCP Servers
- FlicenseNot gradedqualityFmaintenanceThis server implements the Model Context Protocol to facilitate meaningful interaction and understanding development between humans and AI through structured tools and progressive interaction patterns.57-
- AlicenseCqualityDmaintenanceA Model Context Protocol server that enables AI agents to generate, fetch, and manage UI components through natural language interactions.3287ISC
- AlicenseNot gradedqualityDmaintenanceA server that implements the Model Context Protocol, providing a standardized way to connect AI models to different data sources and tools.711MIT
- FlicenseNot gradedqualityDmaintenanceA 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.2-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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