Sigovenoi MCP
@frocher
About Sigovenoi MCP
MCP Server for Sigovenoi project
Basic information
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.
More Other MCP servers
Codelf
unbugA search tool helps dev to solve the naming things problem.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Nginx UI
0xJackyYet another WebUI for Nginx
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Comments