specman-mcp

Crates.iospecman-mcp
lib.rsspecman-mcp
version1.2.0
created_at2025-12-13 23:07:58.423019+00
updated_at2026-01-20 20:12:06.673703+00
descriptionAn MCP server to provide SpecMan functionality to AI
homepage
repository
max_upload_size
id1983534
size241,305
Justin (justinbrick)

documentation

README

SpecMan MCP Server

specman-mcp exposes a subset of SpecMan capabilities over the Model Context Protocol (MCP), using a stdio transport.

What It Provides

  • Tools
    • create_artifact — create a specification, implementation, or scratch pad (tagged input schema; server maps into a SpecMan CreateRequest)
  • Prompts
    • feat, ref, revision, fix — generate deterministic scratch-pad prompts from the embedded templates

Running

Install from crates.io:

cargo install specman-mcp

Run the server:

specman-mcp

Dev/testing from a repository checkout:

cd src
cargo run -p specman-mcp --bin specman-mcp

This process speaks MCP over stdio; run it under an MCP-capable host.

Notes

  • Prompt outputs are tested for determinism (stable example values and ordering).
  • Lifecycle mutations are intentionally limited today; the CLI remains the primary interface for create/delete workflows.
Commit count: 0

cargo fmt