Shadow MCP Server
Standalone MCP server executable for Windows, macOS, and other platforms that uses JavaScript configuration files to define resources, tools, and prompts without requiring Node.js installation.
Featured
View Source69 stars
0 tools
Created Aug 2025
@shadowcz007/shadowcz007-shadow-mcp-server-mcp-server-exeAbout
Standalone MCP server executable for Windows, macOS, and other platforms that uses JavaScript configuration files to define resources, tools, and prompts without requiring Node.js installation.
Categories
general
Installation
npm
npm install @shadowcz007/shadowcz007-shadow-mcp-server-mcp-server-exe
Configuration
{
"mcpServers": {
"shadowcz007-shadow-mcp-server-mcp-server-exe": {
"command": "npx",
"args": [
"-y",
"@shadowcz007/shadowcz007-shadow-mcp-server-mcp-server-exe"
]
}
}
}