Skip to content

Pixeladed/mcpd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Model Context Protocol Daemon WIP

The Model Context Protocol Daemon is a tool that allows you to manage Model Context Protocol (MCP) servers, quickly install new ones, manage multiple instances and more.

Progress

  • Protocol for components
  • Building Docker images
  • Fetching packages from GitHub
  • Installing MCP server packages
  • Running an MCP server
  • Local MCP server registry
  • CLI

Development

  1. Create and activate the virtual environment:
python -m venv venv
source venv/bin/activate
  1. Install poetry for managing dependencies

  2. Install dependencies:

poetry install

Building the CLI

We use pyinstaller to build the CLI. Running the following command will build the CLI and create a dist folder with the executable.

pyinstaller cli.spec

About

Model Context Protocol Daemon - a tool for installing, running and managing MCP servers

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages