Payman AI ドキュメント MCP サーバー
Payman AI のドキュメントに簡単にアクセスできるようにし、開発者がより効率的に統合を構築できるように支援する MCP サーバー。
概要
このリポジトリには、PaymanドキュメントMCPサーバーのソースコードが含まれています。このサーバーにより、ClaudeやCursorなどのAIアシスタントがPaymanのドキュメントにアクセスし、開発者の統合に関する質問に対応できるようになります。このサーバーをローカルで実行することで、AIアシスタントがPaymanの機能に関する正確で役立つ情報を提供する能力を強化できます。
前提条件
インストール
リポジトリをクローンします。
git clone https://github.com/Vanshika-Rana/payman-mcp-server.gitプロジェクト ディレクトリに移動します。
cd payman-mcp-server依存関係をインストールします:
npm install # OR yarn install
プロジェクトの構築
TypeScript コードを JavaScript に組み込みます。
サーバーを確認中
サーバーが適切に設定されているかどうかを確認します。
すべてが正常であれば、Payman MCP サーバーを任意のクライアントに追加できます。
local-only server
The server can only run on the client's local machine because it depends on local resources.
AI アシスタントに Payman のドキュメントへのアクセスを提供し、強化されたコンテキスト サポートを通じて開発者がより効率的に統合を構築できるようにします。
Related MCP Servers
- -securityAlicense-qualityProvides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.Last updated -35MIT License
- AsecurityFlicenseAqualityProvides AI assistants like Claude or Cursor with access to Payman AI's documentation, helping developers build integrations more efficiently.Last updated -5
- AsecurityFlicenseAqualityA server that provides easy access to Payman AI's APIs, allowing users to create payees, search payees, send payments, and check balances using natural language prompts.Last updated -73
- -securityFlicense-qualityEnables AI assistants to search for documentation of packages and services, providing implementation details, examples, and specifications through a specialized API.Last updated -112