Payman AI Documentation MCP Server

by MCP-Mirror

253 downloads
Not rated
GitHub

About

A Model Context Protocol (MCP) server that gives AI assistants like Claude and Cursor easy access to Payman AI's official documentation. It helps developers answer integration questions more efficiently by allowing the assistant to retrieve accurate documentation locally.

Details

Author
MCP-Mirror
Downloads
253
Categories
Knowledge Base

- Provides local access to Payman AI documentation
- Works with Claude Desktop and Cursor
- Delivers accurate integration answers for developers
- Runs as a local Node.js server
- Built with TypeScript for reliability

Clone the repository, install dependencies with npm install or yarn install, then build the TypeScript code using npm run build. Verify the server runs with node /absolute/path/to/build/index.js, then add it to a compatible MCP client such as Claude Desktop or Cursor.

Payman AI Documentation MCP Server

MCP server that provides easy access to Payman AI's documentation and helps developers build integrations more efficiently.

Overview

This repository contains the source code for a Payman documentation MCP server. This server allows AI assistants like Claude or Cursor to access Payman's documentation to help developers with their integration questions. By running this server locally, you can enhance your AI assistant's ability to provide accurate and helpful information about Payman's capabilities.

Prerequisites

- Node.js (v14 or higher)
- npm or yarn
- Git

Installation

1. Clone the repository:

    git clone https://github.com/PaymanAI/payman-doc-mcp-server
    

2. Navigate to the project directory:

    cd payman-doc-mcp-server
    

3. Install dependencies:

    npm install
# OR
yarn install

Building the Project

Build the TypeScript code into JavaScript:

```bash
npm run build

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.