Skip to main content
Glama

SaaSus Docs MCP Server

Official

SaaSus Docs MCP Server

SaaSus Docs MCP Serverは、Model Context Protocol (MCP) サーバーとして動作し、SaaSus Platformのドキュメント検索機能をClaude DesktopやCursorなどのMCP互換クライアントから利用できるようにします。

前提条件

  • Node.js(v22推奨)
  • npm(Nodeに含まれています)

インストール

1. リポジトリのクローン

以下のコマンドでプロジェクトをクローンしてください。

git clone https://github.com/saasus-platform/saasus-docs-mcp-server.git cd saasus-docs-mcp-server

2. 依存関係のインストールとビルド

プロジェクトのルートディレクトリで以下のコマンドを実行してください。

npm install npm run build

ビルドが完了すると、ルートディレクトリにserver.jsファイルが生成されます。

提供される機能

このMCPサーバーは以下のツールを提供します:

  • saasus-docs-search-urls: SaaSus Platformドキュメント内を検索し、関連記事のURLを取得
  • saasus-docs-get-content: 指定されたURLのSaaSus Platformドキュメント記事の完全なコンテンツを取得
  • saasus-docs-sitemap: SaaSus PlatformドキュメントのサイトマップからすべてのページのURL一覧を取得

設定前の準備

パスの確認

設定を行う前に、以下のコマンドで必要なパスを確認してください。

nodeのパスを確認:

which node

server.jsのパスを確認:

realpath server.js

Claude Desktopでの設定

Claude Desktopを開き、「設定」→「開発者」→「構成を編集」からサーバー設定を追加してください。

{ "mcpServers": { "saasus-docs": { "command": "/path/to/node", "args": [ "/path/to/server.js" ] } } }

設定後、Claude Desktopを再起動してください。

Claude Code (CLI) での設定

Claude CodeのCLIを使用して、以下のコマンドでMCPサーバーを登録できます。

claude mcp add --scope user saasus-docs-mcp-server /path/to/node /path/to/server.js

Cursorでの設定

1. 設定画面の表示

Cursorの設定を開き、「MCP」セクションに移動してください。

2. サーバー設定の追加

以下の設定を追加してください。

{ "mcpServers": { "saasus-docs": { "command": "/path/to/node", "args": [ "/path/to/server.js" ] } } }

使用例

このMCPサーバーを使用することで、Claude DesktopやCursorから直接SaaSus Platformのドキュメントを検索・取得できます。

# SaaSus Platformの料金プランについて調べて # → saasus-docs-search-urlsツールで関連記事を検索 # → saasus-docs-get-contentツールで記事の詳細内容を取得
Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Enables searching and retrieving documentation content from SaaSus Platform through MCP-compatible clients like Claude Desktop and Cursor. Provides tools to search for relevant articles, get full content from specific URLs, and access the complete sitemap of SaaSus documentation.

  1. 前提条件
    1. インストール
      1. 1. リポジトリのクローン
      2. 2. 依存関係のインストールとビルド
    2. 提供される機能
      1. 設定前の準備
        1. パスの確認
      2. Claude Desktopでの設定
        1. Claude Code (CLI) での設定
          1. Cursorでの設定
            1. 1. 設定画面の表示
            2. 2. サーバー設定の追加
          2. 使用例

            Related MCP Servers

            • -
              security
              F
              license
              -
              quality
              An MCP server that provides AI tools with access to Rust documentation from docs.rs, enabling search for crates, documentation, type information, feature flags, version information, and source code.
              Last updated -
              23
              TypeScript
            • -
              security
              F
              license
              -
              quality
              An MCP server that integrates with Claude to provide smart documentation search capabilities across multiple AI/ML libraries, allowing users to retrieve and process technical information through natural language queries.
              Last updated -
              Python
            • -
              security
              F
              license
              -
              quality
              An MCP server that enables searching and retrieving content from Confluence documentation systems, providing capabilities for both document searches and full page content retrieval.
              Last updated -
              1
              Python
            • -
              security
              F
              license
              -
              quality
              An MCP server that enables Claude to generate, search, and manage documentation for codebases using vector embeddings and semantic search, providing tools for creating user guides, technical documentation, code explanations, and architectural diagrams.
              Last updated -
              4
              TypeScript
              • Apple

            View all related MCP servers

            MCP directory API

            We provide all the information about MCP servers via our MCP API.

            curl -X GET 'https://glama.ai/api/mcp/v1/servers/saasus-platform/saasus-docs-mcp-server'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server