PowerShell.MCP
The universal MCP server for Claude Code and other MCP-compatible clients. One installation gives AI access to 10,000+ PowerShell modules and any CLI tool. You and AI collaborate in the same console with full transparency. Supports Windows, Linux, and macOS.
파일 탐색기
최종 버전 다운로드 (.zip)- bug_report.md
- feature_request.md
- claude.yml
- cross-platform-test.yml
- macos-terminal-test.yml
- release.yml
- ConPTY-Interactive-Execution.md
- macOS-Test-Procedure.md
- test-cases-multi-console.md
- builtin-prompt-1.png
- builtin-prompt-2.png
- Colosseum.png
- combine_prompts.png
- cs_analysis-1.png
- cs_analysis-2.png
- RomanWar.png
- work_procedure.png
- work_progress.png
- COPYING
- gpl-2.0.txt
- lgpl-2.1.txt
- MPL-1.1.txt
- AddLinesToFileCmdlet.cs
- AnsiColors.cs
- ContentAccumulatingCmdletBase.cs
- EncodingHelper.cs
- FileMetadataHelper.cs
- FileOperationHelper.cs
- RemoveLinesFromFileCmdlet.cs
- RotateBuffer.cs
- ShowTextFilesCmdlet.cs
- TextFileCmdletBase.cs
- TextFileUtility.cs
- UpdateLinesInFileCmdlet.cs
- UpdateMatchInFileCmdlet.cs
- ValidationAttributes.cs
- Add-LinesToFile.md
- Get-MCPOwner.md
- Get-MCPProxyPath.md
- PowerShell.MCP.md
- Register-PwshToClaudeCode.md
- Register-PwshToClaudeDesktop.md
- Remove-LinesFromFile.md
- Show-TextFiles.md
- Stop-AllPwsh.md
- Update-LinesInFile.md
- Update-MatchInFile.md
- Build-Help.ps1
- README.md
- Update-Help.ps1
- launchSettings.json
- MCPCleanup.ps1
- MCPLocationProvider.ps1
- MCPPollingEngine.ps1
- ConsoleControl.cs
- ConsoleLiveness.cs
- NamedPipeServer.cs
- PowerShellCommunication.cs
- TeePSHostUserInterface.cs
- TeeTextWriter.cs
- MCPModuleInitializer.cs
- OutputTruncationHelper.cs
- PowerShell.MCP.csproj
- Status.cs
- LocalizedNameAttribute.cs
- ResourceDescriptionAttribute.cs
- LocalizedMcpServerBuilderExtensions.cs
- PipelineHelper.cs
- JsonRpcModels.cs
- PipeStatus.cs
- PowerShellJsonRpcContext.cs
- analyze.md
- create-procedure.md
- dictation.md
- exec-procedure.md
- html-guidelines.md
- learn.md
- map.md
- PowerShellPrompts.cs
- PromptTemplateLoader.cs
- PromptDescriptions.ar-SA.resx
- PromptDescriptions.de-DE.resx
- PromptDescriptions.Designer.cs
- PromptDescriptions.es-ES.resx
- PromptDescriptions.fr-FR.resx
- PromptDescriptions.id-ID.resx
- PromptDescriptions.it-IT.resx
- PromptDescriptions.ja-JP.resx
- PromptDescriptions.ko-KR.resx
- PromptDescriptions.pl-PL.resx
- PromptDescriptions.pt-BR.resx
- PromptDescriptions.resx
- PromptDescriptions.ro-RO.resx
- PromptDescriptions.ru-RU.resx
- PromptDescriptions.th-TH.resx
- PromptDescriptions.tr-TR.resx
- PromptDescriptions.uk-UA.resx
- PromptDescriptions.vi-VN.resx
- PromptDescriptions.zh-CN.resx
- PromptDescriptions.zh-TW.resx
- CloseConsoleGuard.cs
- ConsoleSessionManager.cs
- IPipeDiscoveryService.cs
- IPowerShellService.cs
- NamedPipeClient.cs
- PipeDiscoveryService.cs
- PowerShellProcessManager.cs
- PowerShellService.cs
- TimeoutCeiling.cs
- PowerShellTools.cs
- PowerShell.MCP.Proxy.csproj
- Program.cs
- PowerShell.MCP.psd1
- PowerShell.MCP.psm1
- Add-LinesToFile.AdditionalEdgeCases.Tests.ps1
- Add-LinesToFile.Integration.Tests.ps1
- NetDisplay.Tests.ps1
- PipelineInput.Tests.ps1
- Remove-LinesFromFile.AdditionalEdgeCases.Tests.ps1
- Remove-LinesFromFile.Integration.Tests.ps1
- Remove-LinesFromFile.MultiLine.Tests.ps1
- Show-TextFiles.Advanced.Tests.ps1
- Show-TextFiles.DuplicateDetection.Tests.ps1
- Show-TextFiles.EdgeCases.Tests.ps1
- Show-TextFiles.Integration.Tests.ps1
- Show-TextFiles.LineRangeContext.Tests.ps1
- Show-TextFiles.MultiLine.Tests.ps1
- Show-TextFiles.Recurse.Tests.ps1
- Show-TextFiles.TailLines.Tests.ps1
- ShowTextFilesContainsPatternCombination.Tests.ps1
- ShowTextFileShareReadWrite.Tests.ps1
- SkipFirst.Tests.ps1
- Update-LinesInFile.AdditionalEdgeCases.Tests.ps1
- Update-LinesInFile.Integration.Tests.ps1
- Update-MatchInFile.AdditionalEdgeCases.Tests.ps1
- Update-MatchInFile.Integration.Tests.ps1
- Update-MatchInFile.MultiLine.Tests.ps1
- UpdateMatchInFile.Integration.Tests.ps1
- UpdateMatchNewlineNormalization.Tests.ps1
- AdvancedOperations.Tests.ps1
- BasicOperations.Tests.ps1
- BlankLineSeparation.Tests.ps1
- ContextDisplay.EdgeCase.Tests.ps1
- ContextDisplay.Tests.ps1
- ErrorOutputComparison.Tests.ps1
- QuietErrorHandling.Tests.ps1
- RemoveLinesTrailingNewlinePreservation.Tests.ps1
- TestThrowsQuietly.Tests.ps1
- TrailingNewlinePreservation.Tests.ps1
- UpdateLinesTrailingNewlinePreservation.Tests.ps1
- UpdateMatchTrailingNewlinePreservation.Tests.ps1
- Run-All-Context-Tests.ps1
- Test-AddLinesToFile-Context.ps1
- Test-AddLinesToFile-EdgeCases.ps1
- Test-Match-EdgeCases.ps1
- Test-Omit-Display.ps1
- Test-ShowTextFiles-GapMerge.ps1
- Test-UpdateLinesInFile-Context.ps1
- Test-UpdateLinesInFile-EdgeCases.ps1
- Test-UpdateMatchInFile-Context.ps1
- TestHelpers.psm1
- .gitkeep
- .gitkeep
- .gitkeep
- test.txt
- AddLinesToFileCmdletTests.cs
- RemoveLinesFromFileCmdletTests.cs
- ShowTextFilesCmdletTests.cs
- UpdateLinesInFileCmdletTests.cs
- UpdateMatchInFileCmdletTests.cs
- ConsoleLivenessTests.cs
- EngineLifecycleTests.cs
- ExecutionStateTests.cs
- OutputTruncationHelperTests.cs
- PowerShellCommunicationTests.cs
- RotateBufferTests.cs
- StatusContractTests.cs
- TextFileCmdletBaseTests.cs
- TextFileUtilityTests.cs
- ValidationAttributesTests.cs
- CloseConsoleGuardTests.cs
- ConsoleNoticeTests.cs
- ConsoleSessionManagerIdentityTests.cs
- ConsoleSessionManagerTests.cs
- ConsoleVisibilityIsolationTests.cs
- PipeDiscoveryServiceTests.cs
- PipelineHelperTests.cs
- PipeStatusTests.cs
- PowerShellToolsTests.cs
- PwshLauncherSharedTests.cs
- TimeoutCeilingTests.cs
- Invoke-PesterConcise.ps1
- PesterConfiguration.psd1
- PowerShell.MCP.Tests.csproj
- README.md
- Run-AllTests.ps1
- xunit.runner.json
- .gitattributes
- .gitignore
- Build-AllPlatforms.ps1
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- LICENSE
- PowerShell.MCP.sln
- README.md
- RELEASE.md
- SECURITY.md
- THIRD_PARTY_NOTICES.md
// repository documentation
Was this content helpful?
(0 ratings)
