Prodmoh Mcp

by ProdMoh

161 downloads
Not rated
GitHub

About

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.

Details

Author
ProdMoh
Downloads
161
Categories
Other

- Fetches PRDs from your workspace
- Retrieves feature requirements
- Pulls acceptance criteria
- Searches product documentation
- Generates code aligned with requirements
- Writes unit tests using product context
- Reduces clarifications and rework

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Prodmoh Mcp
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

The server connects to your Prodmoh.com workspace and exposes product context through the MCP protocol. Install and configure it as a standard MCP server in your IDE; no specific commands or config keys are documented in the README beyond enabling the MCP connection.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "prodmoh mcp": {
            "prodmoh": {
                "type": "sse",
                "url": "https://prodmoh.com/sse",
                "headers": {
                    "x-prodmoh-user": "YOUR_USER_ID_HERE",
                    "x-prodmoh-token": "YOUR_TOKEN_HERE"
                }
            }
        }
    }
}

McpServers

{
    "prodmoh": {
        "type": "sse",
        "url": "https://prodmoh.com/sse",
        "headers": {
            "x-prodmoh-user": "YOUR_USER_ID_HERE",
            "x-prodmoh-token": "YOUR_TOKEN_HERE"
        }
    }
}

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.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.