Provides AI assistants like Claude or Cursor with access to Payman AI's documentation, helping developers build integrations more efficiently.
MCP server that provides easy access to Payman AI's documentation and helps developers build integrations more efficiently.
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.
Clone the repository:
git clone https://github.com/PaymanAI/payman-doc-mcp-server
Navigate to the project directory:
cd payman-doc-mcp-server
Install dependencies:
npm install # OR yarn install
Build the TypeScript code into JavaScript:
npm run build # OR yarn build
Check if the server is properly setup:
node /ABSOLUTE/PATH/TO/PARENT/FOLDER/payman-doc-mcp-server/build/index.js
If everything is good, you can now add the Payman MCP server to any client.
Discover shared experiences
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!