promptforge-mcp-server 0.1.0

PromptForge MCP server: serves prompts as MCP tools for agentic harnesses
docs.rs failed to build promptforge-mcp-server-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

promptforge-mcp-server

Crates.io docs.rs License

An MCP server that runs PromptForge prompts for agentic harnesses like Cursor and Claude Code. It puts a prompt catalog behind four fixed MCP tools rather than publishing each prompt as its own tool, which means tools/list never changes and a prompt saved ten seconds ago is callable with no reconnect. Serves over streamable HTTP with bearer auth, or over stdio for a local spawn.

Installation

cargo install promptforge-mcp-server

Usage

promptforge-mcp-server serve prompts.toml
promptforge-mcp-server serve --stdio prompts.toml

Configure your prompt catalog, gateway connection, and server settings in a single prompts.toml file.

See the PromptForge User Guide for full documentation.

Minimum Rust Version

Rust 1.89 or later.

License

Licensed under the Boost Software License 1.0.