Sigovenoi MCP
@frocher
Sigovenoi MCP について
MCP Server for Sigovenoi project
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"sigovenoi_mcp": {
"command": "node",
"args": [
"dist/index.js",
"--url",
"http://your-api-url"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
「その他」の他のコンテンツ
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
コメント