Skip to content

Commit bf5a15f

Browse files
authored
Small updates to the README (#99)
* Small updates to the README.md
1 parent 84351a3 commit bf5a15f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# mcpd
22

3-
**mcpd** is a CLI and local daemon that helps developers and infrastructure teams manage
4-
[Model Context Protocol](https://github.com/mozilla-ai/mcp-spec) (MCP) servers declaratively,
5-
with the same experience locally and in production.
3+
**mcpd** is a tool to declaratively manage [Model Context Protocol](https://modelcontextprotocol.io/overview) (MCP) servers, providing a consistent interface to define and run tools across environments, from local development to containerized cloud deployments.
4+
5+
Today, `mcpd` launches MCP servers as subprocesses using STDIO (Standard Input/Output) 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.
6+
7+
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.
68

79
> Built by [Mozilla AI](https://mozilla.ai)
810

0 commit comments

Comments
 (0)