SaaSus Docs MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@SaaSus Docs MCP Serversearch for authentication setup documentation"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
SaaSus Docs MCP Server
SaaSus Docs MCP Serverは、Model Context Protocol (MCP) サーバーとして動作し、SaaSus Platformのドキュメント検索機能をClaude DesktopやCursorなどのMCP互換クライアントから利用できるようにします。
前提条件
Node.js(v22推奨)
npm(Nodeに含まれています)
Related MCP server: Webpage MCP Server
インストール
1. リポジトリのクローン
以下のコマンドでプロジェクトをクローンしてください。
git clone https://github.com/saasus-platform/saasus-docs-mcp-server.git
cd saasus-docs-mcp-server2. 依存関係のインストールとビルド
プロジェクトのルートディレクトリで以下のコマンドを実行してください。
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 nodeserver.jsのパスを確認:
realpath server.jsClaude 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.jsCursorでの設定
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ツールで記事の詳細内容を取得Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- -licenseAquality-maintenanceEnables users to access, search, and get recommendations from AWS documentation through natural language queries. Supports both global AWS documentation and AWS China documentation with tools to fetch pages, search content, and discover related resources.Last updated3
- -license-quality-maintenanceEnables querying and retrieving webpage content from websites by parsing sitemap.xml files and fetching HTML content from specified URLs. Includes rate limiting protection and supports listing all available pages from a sitemap.Last updated
- -license-quality-maintenanceEnables querying and retrieving webpage content from websites by parsing sitemap.xml files and fetching HTML content from specified URLs. Includes built-in rate limiting for responsible web scraping.Last updated
- AlicenseAqualityDmaintenanceProvides tools for AI agents to search, browse, and retrieve the full documentation for the mcp-framework. It enables agents to access documentation sections and page content directly within MCP-compatible environments like Claude Code and Cursor.Last updated331MIT
Related MCP Connectors
Jina AI Reader/Search MCP — turn any URL into clean LLM-ready markdown, plus web search.
Query any docs site via MCP. Submit a URL, ask questions, get cited answers.
Read a URL as clean markdown, screenshot a website, url to PDF. Web access for agents, no signup.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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