{
"mcpServers": {
"mymcp": {
"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.
Discover, install and manage MCP servers on macOS
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 84 days ago. 17 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.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal.
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
MCP Security Weekly
Get CVE alerts and security updates for MyMCP and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A native macOS application for discovering, installing and managing MCP servers.
MyMCP is a GUI tool that makes it easy to:
Instead of manually editing JSON config files for each client, MyMCP provides a unified interface to manage your MCP servers.
MyMCP automatically detects and manages servers for:
| Client | Config Format | Config Location |
|--------|--------------|-----------------|
| Claude Desktop | JSON | ~/Library/Application Support/Claude/claude_desktop_config.json |
| Claude Code | JSON | ~/.claude.json |
| Cursor | JSON | ~/.cursor/mcp.json |
| VS Code | JSON | ~/Library/Application Support/Code/User/settings.json |
| Windsurf | JSON | ~/.codeium/windsurf/mcp_config.json |
| Gemini CLI | JSON | ~/.gemini/settings.json |
| OpenAI Codex | TOML | ~/.codex/config.toml |
Download the latest .app from the Releases page.
Clone the repository:
git clone https://github.com/jshchnz/MyMCP.git
cd MyMCP
Open in Xcode:
open MyMCP/MyMCP.xcodeproj
Build and run (Cmd+R)
MyMCP/
├── Models/ # Data models (MCPServer, MCPClient, etc.)
├── Services/ # Business logic (ConfigFileService, RegistryService, etc.)
├── ViewModels/ # State management (AppState)
└── Views/ # SwiftUI components
├── Registry/ # Server browser views
├── Installed/ # Installed server management
├── Clients/ # Per-client views
├── Sidebar/ # Navigation
└── Shared/ # Reusable components
The GitHub metadata feature (stars, forks, activity indicators) fetches data from an external API. If unavailable, servers will still display but without GitHub stats. This feature is optional and does not affect core functionality.
MyMCP reads and writes to your client config files. It:
Contributions are welcome! Please feel free to submit issues and pull requests.
MIT License - see LICENSE for details.