payman-doc-mcp-server

PaymanAI/payman-doc-mcp-server

3.1

If you are the rightful owner of payman-doc-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

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

The Payman AI Documentation MCP Server is designed to facilitate seamless access to Payman AI's documentation, enabling developers to integrate more efficiently. By hosting this server locally, AI assistants such as Claude or Cursor can retrieve and provide accurate information about Payman's capabilities, thus enhancing the support provided to developers. The server is built using Node.js and requires npm or yarn for dependency management. It is a valuable tool for developers looking to streamline their integration processes with Payman AI.

Features

  • Local hosting of Payman AI documentation for easy access.
  • Enhances AI assistants' ability to provide accurate integration support.
  • Built with Node.js, ensuring compatibility with modern development environments.
  • Supports both npm and yarn for flexible dependency management.
  • Facilitates efficient developer support through enhanced documentation access.

Usages

usage with Claude Desktop

{
  "mcpServers": {
    "payman-doc": {
      "command": "node",
      "args": [
        "/ABSOLUTE/PATH/TO/PARENT/FOLDER/payman-doc-mcp-server/build/index.js"
      ]
    }
  }
}

usage with Cursor

{
  "mcpServers": {
    "payman-doc": {
      "command": "node",
      "args": [
        "/ABSOLUTE/PATH/TO/PARENT/FOLDER/payman-doc-mcp-server/build/index.js"
      ]
    }
  }
}