{
"mcpServers": {
"claudecodeapprovalserver": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A secure MCP (Model Context Protocol) server for handling approval requests in ClaudeCode applications.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
MIT. View license →
Is it maintained?
Last commit 96 days ago. 4 stars.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Dynamic problem-solving through sequential thought chains
A Model Context Protocol server for searching and analyzing arXiv papers
An open-source AI agent that brings the power of Gemini directly into your terminal.
The official Python SDK for Model Context Protocol servers and clients
MCP Security Weekly
Get CVE alerts and security updates for ClaudeCodeApprovalServer and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A secure MCP (Model Context Protocol) server for handling approval requests in ClaudeCode applications.
This package provides an executable MCP server that manages approval workflows for ClaudeCode operations. It's designed to be built from source by consumers for maximum security.
This package follows a build-from-source security model:
Add to your Package.swift:
dependencies: [
.package(url: "https://github.com/jamesrochabrun/ClaudeCodeApprovalServer",
.exact("1.0.0")) // Pin version for security
]
swift build -c release
The built executable will be at:
.build/release/ApprovalMCPServer
ApprovalServerProviderThe ClaudeCodeUI build script automatically:
The approval server uses Inter-Process Communication (IPC) to:
MIT License - See LICENSE file for details