6 months ago
Prodmoh MCP is a product-context server for IDEs that delivers PRDs, user stories, requirements, and acceptance criteria from your Prodmoh.com workspace directly into the editor via the MCP protocol.
IDE can use this context to:
fetch PRDs
retrieve feature requirements
pull acceptance criteria
search documentation
generate aligned code
write unit tests
reduce clarifications & rework
This turns IDE like cursor, visual studio and others into a fully product-aware coding environment.
Server Config
{
"mcpServers": {
"prodmoh": {
"type": "sse",
"url": "https://prodmoh.com/sse",
"headers": {
"x-prodmoh-user": "YOUR_USER_ID_HERE",
"x-prodmoh-token": "YOUR_TOKEN_HERE"
}
}
}
}