An MCP server for your roadmap: Structured reasoning (think_*) + execution tracking (ship_*) + roadmap + signals for AI coding agents. Rust · stdio + Streamable HTTP · git-native, Agent-Trace-compatible traces.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"think-and-ship": {
"command": "cargo",
"args": [
"run",
"--",
"think-and-ship"
]
}
}
}
Run in terminal:
claude mcp add think-and-ship cargo run -- think-and-ship
Add to .cursor/mcp.json:
{
"mcpServers": {
"think-and-ship": {
"command": "cargo",
"args": [
"run",
"--",
"think-and-ship"
]
}
}
}