Server data from the Official MCP Registry
A Test MCP server that provides tools, promts and resources
A Test MCP server that provides tools, promts and resources
Set these up before or after installing:
Environment variable: APP_TRANSPORT
Environment variable: APP_HOST
Environment variable: APP_PORT
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-oleksii-donets-simple-mcp": {
"env": {
"APP_HOST": "your-app-host-here",
"APP_PORT": "your-app-port-here",
"APP_TRANSPORT": "your-app-transport-here"
},
"args": [
"simple-mcp"
],
"command": "uvx"
}
}
}This is a well-structured, minimal MCP server that provides basic developer tools functionality. The code is clean with proper environment variable handling and appropriate permissions for its purpose as a simple demo server with random number generation and utility functions. Supply chain analysis found 5 known vulnerabilities in dependencies (0 critical, 3 high severity).
Scanned 3 files · 7 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!