MCP-buddy
Verified Safeby M3l3r0
Overview
A local desktop or web application to manage and interact with multiple MCP (Model Context Protocol) servers, offering optional AI orchestration and enhancement for responses.
Installation
npm run devSecurity Notes
The application is designed to run 100% locally, with user configurations (including sensitive API keys and tokens) stored either in the browser's localStorage or a git-ignored `public/config.local.json` file. It explicitly warns against committing sensitive data and provides a `check-secrets.sh` script. CORS is enabled for local communication, and OAuth tokens are cached with expiration. No direct `eval` calls or obfuscation were found. Network risks are minimal as it's intended for localhost use.
Similar Servers
5ire
A desktop AI assistant client that integrates with various LLM providers and connects to Model Context Protocol (MCP) servers for extended tool-use and knowledge base capabilities.
mcp-router
A desktop application that simplifies the management and aggregation of Model Context Protocol (MCP) servers.
ncp
NCP acts as a universal adapter and orchestrator for Model Context Protocol (MCP) servers and tools. It provides a unified interface for discovery, execution, and management of diverse tools (local CLI, HTTP APIs, internal plugins/Photons, AI skills) through natural language and structured code interaction, enabling AI agents to interact with the broader digital ecosystem.
hoot
A testing and development tool for interacting with and debugging MCP (Multi-Modal Chat Protocol) servers, functioning like a specialized Postman for AI services.