PulseMCPサーバー
PulseMCP API を通じて MCP サーバーと統合を検出および探索するためのツールを提供するモデル コンテキスト プロトコル (MCP) サーバー。
特徴
- フィルタリングとページ区切りを使用して利用可能な MCP サーバーを一覧表示します
- 名前または機能で特定の MCP サーバーを検索します
- 統合タイプでサーバーをフィルタリング
- 利用可能なすべての統合を一覧表示する
- 完全なTypeScriptサポート
インストール
MCPクライアントへのインストール
これをMCPクライアント設定に追加し、クライアントの好みに合わせて調整してください。例:
- リポジトリをクローンします。
- 依存関係をインストールします:
- プロジェクトをビルドします。
使用法
サーバーの実行
サーバーはビルド後すぐに実行できます。
または npm 経由:
発達
開発中の変更を監視するには:
サーバーの MCP 実装を検査するには:
利用可能なツール
サーバー一覧
オプションのフィルタリングとページ区切りを使用して MCP サーバーを一覧表示します。
パラメータ:
query
(オプション): サーバーをフィルタリングするための検索語integrations
(オプション):フィルタリングする統合スラッグの配列count_per_page
(オプション): ページあたりの結果数(最大:5000)offset
(オプション): ページ区切りでスキップする結果の数
例:
リスト統合
利用可能なすべての統合を一覧表示します。このツールはパラメータを必要としません。
応答フォーマット
どちらのツールも、次の構造の JSON 応答を返します。
list_servers レスポンス
list_integrations レスポンス
エラー処理
サーバーには、次の堅牢なエラー処理機能が含まれています。
- 無効なパラメータ
- API接続の問題
- レート制限
- 認証エラー
エラーは、適切なエラー コードとメッセージを含む標準化された形式で返されます。
発達
プロジェクト構造
依存関係
- @modelcontextprotocol/sdk: ^0.6.0
- アクシオス: ^1.7.9
- タイプスクリプト: ^5.3.3
ライセンス
LICENSE.MDを読む
貢献
PR を開いてください - 親切にしていただければ報酬が与えられます!
You must be authenticated.
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
PulseMCP Server は、シンプルなメモ システムを実装する TypeScript ベースの MCP サーバーであり、ユーザーは URI ベースのリソース管理と LLM 要約プロンプトを備えたモデル コンテキスト プロトコルを通じてテキスト メモを作成、アクセス、要約できます。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityThis TypeScript-based MCP server enables users to manage a simple notes system with capabilities to create and summarize notes through structured prompts and resources.Last updated -50TypeScriptMIT License
- -securityFlicense-qualityThis TypeScript-based server implements a simple notes system, allowing users to create and manage text notes and generate summaries, showcasing core MCP concepts.Last updated -27TypeScript
- -securityFlicense-qualityThis TypeScript-based MCP server allows users to manage a simple notes system through creating and summarizing text notes using Model Context Protocol (MCP).Last updated -4105TypeScript
- AsecurityAlicenseAqualityThis TypeScript-based MCP server allows users to manage and interact with a note system through Model Context Protocol, enabling note creation and summarization with URIs and metadata.Last updated -1JavaScriptMIT License