MCP cover image
See in Github
2025-01-25

牧师 - 通过简单的GUI为MCP服务器配置Claude设置

2

Github Watches

1

Github Forks

2

Github Stars


牧师 assets/cleric-logo.svg


Go Report Card Release Version

Cleric

Cleric is a desktop application that helps you manage Model Context Protocol (MCP) servers for Claude desktop. It provides an easy-to-use interface for adding, removing, and configuring your MCP servers.

Builds are available for MacOS and Windows at: https://github.com/pcarion/cleric/releases

Note: The version 0.3.0 is available for Windows but has not been tested on Windows. Any feedback is welcome. The code related to starting and stopping the MCP Inspector should be looked at.

How It Works

Cleric manages two configuration files:

  1. A personal server list at $HOME/.cleric.json

    • Stores all your available MCP servers
    • Acts as a backup of your server configurations
  2. The Claude Desktop configuration at <OS specific path>/claude_desktop_config.json

    • Contains the active MCP servers currently used by Claude Desktop

Key Features

  • Seamlessly switch MCP servers in and out of Claude Desktop
  • Automatically preserves server configurations when making changes
  • Syncs with Claude Desktop: Any servers you manually add to Claude Desktop will be automatically added to your Cleric server list on next launch
  • Real-time saving: Changes are saved automatically as you make them
  • Test any server by launching the MCP Inspector

How to use

On the left side of the application, you can see the list of MCP servers that you have configured.

The servers with a checkmark are the ones that are currently configured in Claude desktop.

The right side of the application shows the information about the selected server:

MCP server information

The Remove From Claude button will remove the server from Claude desktop but the server will remain in your personal server list.

The button will remove the server from both your personal server list and the list of servers that are currently configured in Claude desktop.

The 🖊️ button will allow you to edit the server information:

MCP server information

The 👁️ button will show you the command to start the MCP Inspector in the terminal:

MCP server information

Important Note

Before using Cleric for the first time, please back up your claude_desktop_config.json file if you have manually configured MCP servers in Claude Desktop.

Don't forget to restart Claude Desktop after you have made changes to the server list.

MacOS issue when launching the app

If you get the "cannot be opened because the developer cannot be verified" error, you can apply the following workaround.

  • Control-click the app icon, then choose Open from the shortcut menu.
  • Click Open.

If you get the "cleric is damaged and can't be opened. You should move it to the Bin." error you can apply the following workaround.

Launch Terminal and then issue the following command: xattr -cr /path/to/cleric.app.

Changelog

  • 0.5.0 - 2025-01-25

    • remove capabilities to start the MCP Inspector. Instead, display the command to start the MCP Inspector in a dialog with a copy button to copy the command to the clipboard.
  • 0.4.0 - 2025-01-17

    • start using light theme
  • 0.3.0 - 2025-01-16

    • fix issue with MCP Inspector on Windows - the Windows version has NOT been tested yet. Any feedback is welcome.
  • 0.2.0 - 2025-01-14

    • all toolbar button to start the MCP Inspector
    • add version checker on Welcome page
    • add help text when hovering over the toolbar buttons
  • 0.1.0 - 2025-01-09

    • Initial release

Coming Soon

  • Add a button to open the Claude Desktop configuration file in the user's default text editor.
  • Add a button to open the Cleric configuration file in the user's default text editor.

Development

Prerequisites

To build and run this project, you need:

  • Go 1.23.4 or later
  • Fyne toolkit and its dependencies - read the Getting Started with Fyne documentation for more information

Installation

  • Clone the repository:
git clone https://github.com/pcarion/cleric.git
cd cleric
  1. Build the project:
make build

The built binary will be available in the build directory.

Running the Application

To run the application directly:

make run

Project Structure

.
├── cmd/
│   └── cleric/          # Main application entry point
├── internal/
│   └── ui/             # UI components and logic
│   └── config/         # Code to manage the list of MCP servers
└── build/              # Build artifacts

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

This project is licensed under the terms found in the LICENSE file in the root directory.

Version

The application version information is embedded at build time from cmd/cleric/version.txt.

Documentation

Acknowledgments

This project was my introduction to the Fyne toolkit. Special thanks to Alex Ballas's go2tv project, which served as an excellent reference. His well-structured codebase demonstrates Fyne's capabilities beautifully and provided valuable insights for building this application.

相关推荐

  • NiKole Maxwell
  • I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

  • Bora Yalcin
  • Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.

  • Andris Teikmanis
  • Latvian GPT assistant for developing GPT applications

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Yusuf Emre Yeşilyurt
  • I find academic articles and books for research and literature reviews.

  • https://jgadvisorycpa.com
  • This GPT assists in finding a top-rated business CPA - local or virtual. We account for their qualifications, experience, testimonials and reviews. Business operators provide a short description of your business, services wanted, and city or state.

  • Jan Meindl
  • Builds new GPTs

  • https://maiplestudio.com
  • Find Exhibitors, Speakers and more

  • Carlos Ferrin
  • Encuentra películas y series en plataformas de streaming.

  • Contraband Interactive
  • Emulating Dr. Jordan B. Peterson's style in providing life advice and insights.

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • rustassistant.com
  • Your go-to expert in the Rust ecosystem, specializing in precise code interpretation, up-to-date crate version checking, and in-depth source code analysis. I offer accurate, context-aware insights for all your Rust programming questions.

  • apappascs
  • 发现市场上最全面,最新的MCP服务器集合。该存储库充当集中式枢纽,提供了广泛的开源和专有MCP服务器目录,并提供功能,文档链接和贡献者。

  • ShrimpingIt
  • MCP系列GPIO Expander的基于Micropython I2C的操作,源自ADAFRUIT_MCP230XX

  • OffchainLabs
  • 进行以太坊的实施

  • modelcontextprotocol
  • 模型上下文协议服务器

  • Mintplex-Labs
  • 带有内置抹布,AI代理,无代理构建器,MCP兼容性等的多合一桌面和Docker AI应用程序。

  • huahuayu
  • 统一的API网关,用于将多个Etherscan样区块链Explorer API与对AI助手的模型上下文协议(MCP)支持。

    Reviews

    5 (1)
    Avatar
    user_GRVWWMAA
    2025-04-15

    I recently started using scratchattach-mcp by uukelele-scratch (https://mcp.so/server/scratchattach-mcp/uukelele-scratch) and I must say I am impressed! This tool is incredibly user-friendly and has streamlined my workflow significantly. As a scratch enthusiast, I highly appreciate the seamless integration and the added functionalities it provides. Highly recommended for anyone involved in Scratch projects.