MCP.so
Sign In

Sigovenoi MCP

@frocher

About Sigovenoi MCP

MCP Server for Sigovenoi project

Basic information

Category

Other

License

MIT license

Runtime

node

Transports

stdio

Publisher

frocher

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "sigovenoi_mcp": {
      "command": "node",
      "args": [
        "dist/index.js",
        "--url",
        "http://your-api-url"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Sigovenoi MCP?

Sigovenoi MCP is a Model Context Protocol (MCP) server that provides access to coding rules and examples for various themes. It is designed for developers using MCP-compatible clients such as Cursor, Windsurf, or Claude Desktop.

How to use Sigovenoi MCP?

Install by adding the server configuration to your MCP client's JSON file (e.g., ~/.cursor/mcp.json for Cursor or claude_desktop_config.json for Claude Desktop). The server is run via npx -y @acmada/sigovenoi_mcp@latest. Two tools are available: get-themes (retrieves all themes) and search-theme-topics (searches topics within a theme, with optional query and tokens parameters). The API endpoint can be configured via an API_URL environment variable or the --url command-line argument.

Key features of Sigovenoi MCP

  • Retrieve all available themes
  • Search topics within a specific theme
  • Configurable API endpoint via environment variables or CLI
  • Environment variable support for flexible deployment

Use cases of Sigovenoi MCP

  • Quickly fetch coding rules and examples for a chosen theme
  • Search for specific topics within a theme to guide code generation
  • Integrate theme-based coding guidance into AI-assisted development workflows

FAQ from Sigovenoi MCP

What are the runtime requirements for Sigovenoi MCP?

Node.js v16 or higher and npm or yarn are required.

How do I configure the API endpoint for Sigovenoi MCP?

Set the API_URL variable in a .env file (default is https://www.sigovenoi.com/api/v1) or pass the URL via the --url command-line argument when starting the server.

Which MCP clients does Sigovenoi MCP support?

It supports Cursor, Windsurf, Claude Desktop, or any other MCP client.

How do I install Sigovenoi MCP in Cursor?

Go to Cursor Settings → MCP → Add new global MCP server and paste the configuration with "command": "npx", "args": ["-y", "@acmada/sigovenoi_mcp@latest"] into ~/.cursor/mcp.json.

How do I install Sigovenoi MCP in Claude Desktop?

Add the same npx command configuration to the claude_desktop_config.json file under the mcpServers key.

Comments

More Other MCP servers