AThis is an MCP (Model Context Protocol) server specifically built to collect and serve ratings and reviews for other MCP servers deployed on the NetMind platform.
Project description
NetMind MCPServer MCP
This is an MCP (Model Context Protocol) server that provides endpoints for managing and interacting with NetMind MCP Servers, including querying servers, retrieving server details, and handling user reviews and ratings.
Components
Tools
- query_server: Query the server list with optional fuzzy name matching and pagination.
- get_server: Retrieves detailed information about a specific server by its name.
- add_update_rating_review: Adds or updates a rating and review for a specific server.
- Lists reviews and ratings for a specific server.
Installation
Requires UV (Fast Python package and project manager)
If uv isn't installed.
# Using Homebrew on macOS
brew install uv
or
# 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"
Environment Variables
You can obtain an API key from Netmind
NETMIND_API_TOKEN: Your Netmind API key
Cursor & Claude Desktop && Windsurf Installation
Add this tool as a mcp server by editing the Cursor/Claude/Windsurf config file.
{
"mcpServers": {
"netmind-mcpserver-mcp": {
"env": {
"NETMIND_API_TOKEN": "XXXXXXXXXXXXXXXXXXXX"
},
"command": "uvx",
"args": [
"netmind-mcpserver-mcp"
]
}
}
}
Cursor
- On MacOS:
/Users/your-username/.cursor/mcp.json - On Windows:
C:\Users\your-username\.cursor\mcp.json
Claude
- On MacOS:
~/Library/Application\ Support/Claude/claude_desktop_config.json - On Windows:
%APPDATA%/Claude/claude_desktop_config.json
Windsurf
- On MacOS:
/Users/your-username/.codeium/windsurf/mcp_config.json - On Windows:
C:\Users\your-username\.codeium\windsurf\mcp_config.json
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file netmind_mcpserver_mcp-0.1.1.tar.gz.
File metadata
- Download URL: netmind_mcpserver_mcp-0.1.1.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d2c627185e9ba85be1b48212a0a3583ab4c8ac2949904c63133c11c5e2d7d8d1
|
|
| MD5 |
e4d9a2aa185e4bc70eee013878e2fe34
|
|
| BLAKE2b-256 |
7e3f1bb05f3526b29e9d66c44c47446548374aa5da583098e04f997c7925b45c
|
File details
Details for the file netmind_mcpserver_mcp-0.1.1-py3-none-any.whl.
File metadata
- Download URL: netmind_mcpserver_mcp-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd0a1f9b9ca01a44977bf20ea412e619daa0bfbdd16084ec4bd5e4d7dc027d4a
|
|
| MD5 |
6a45e6c8b634b0a82794c320176b8572
|
|
| BLAKE2b-256 |
01b523c717ceef0888004494481e2a63bf0e8795115e6a79d3bb21c0244831d7
|