ravi-mcp-server

racho8/ravi-mcp-server
★ 0 stars Go 🤖 AI/LLM Updated today
A POC Model Context Protocol (MCP) server for product management. Easily connect AI agents and apps to a product microservice using simple JSON-RPC requests for listing, adding, updating, or deleting products. Designed for fast integration and automation.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ravi-mcp-server": {
      "command": "go",
      "args": [
        "run",
        "github.com/racho8/ravi-mcp-server@latest"
      ]
    }
  }
}