| Crates.io | specman-mcp |
| lib.rs | specman-mcp |
| version | 1.2.0 |
| created_at | 2025-12-13 23:07:58.423019+00 |
| updated_at | 2026-01-20 20:12:06.673703+00 |
| description | An MCP server to provide SpecMan functionality to AI |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1983534 |
| size | 241,305 |
specman-mcp exposes a subset of SpecMan capabilities over the Model Context Protocol (MCP), using a stdio transport.
create_artifact — create a specification, implementation, or scratch pad (tagged input schema; server maps into a SpecMan CreateRequest)feat, ref, revision, fix — generate deterministic scratch-pad prompts from the embedded templatesInstall 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.