Stats
Actions
Tags
From easygee
Runs a local PowerShell script that provides file system access capabilities to Claude Code. Purpose is unclear from configuration alone.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"easygee": {
"command": "powershell",
"args": [
"-NoProfile",
"-ExecutionPolicy",
"Bypass",
"-File",
"./scripts/run-easygee-mcp.ps1"
]
}
}
}Server configuration and connection parameters
powershellCommand-line arguments passed to the server process
Declared capabilities of this MCP server
npx claudepluginhub rimagination/easygee