Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# mcpd

**mcpd** is a CLI and local daemon that helps developers and infrastructure teams manage
[Model Context Protocol](https://github.com/mozilla-ai/mcp-spec) (MCP) servers declaratively,
with the same experience locally and in production.
**mcpd** is a tool to declaratively manage [Model Context Protocol](https://github.com/mozilla-ai/mcp-spec) (MCP) servers, providing a consistent interface to define and run tools across environments, from local development to containerized cloud deployments.

Today, mcpd launches MCP servers as subprocesses using stdio and acts as an HTTP proxy between agents and the tools they expose. This enables agent-compatible workflows with support for secrets, runtime arguments, and reproducible configurations ,no matter where mcpd is running.

We're developing a Kubernetes operator, guided by our internal roadmap, to extend mcpd for deploying and managing MCP servers as long-lived services in production. It will use the same .mcpd.toml configuration and proxy model, making it easier to scale and manage lifecycles without changing the developer experience.

> Built by [Mozilla AI](https://mozilla.ai)
Expand Down