logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

yapi-interface-repository-access-gateway

Facilitates secure access to comprehensive YAPI schema definitions, streamlining the integration of API specifications across development pipelines. Features instant feedback mechanisms utilizing continuous stream delivery protocols.

Author

yapi-interface-repository-access-gateway logo

devilMing

No License

Quick Info

GitHub GitHub Stars 1
NPM Weekly Downloads 1318
Tools 1
Last Updated 2026-02-19

Tags

yapisseworkflowsyapi interfaceaccess yapiintegration yapi

YAPI Interface Repository Access Gateway

This component functions as a Model Context Protocol (MCP) server, specifically engineered to surface detailed definitions derived from YAPI interfaces.

Necessary Preconditions

  • Runtime environment: Node.js (version 14 or newer)
  • Package manager: npm or yarn utility
  • Active YAPI deployment endpoint
  • Valid YAPI authentication credentials (Project Identifier and Access Token)

Setup Procedure

  1. Obtain a local copy of this source code repository.
  2. Execute dependency resolution:
npm install
  1. Establish a configuration file named .env in the primary directory, populating it with the following environment variables:
YAPI_BASE_URL=http://your-yapi-instance.com
YAPI_TOKEN=your-token-here
YAPI_PROJECT_ID=your-project-id

Execution Instructions

Initiate the server process:

npm start

This service endpoint must be subsequently registered within your Claude Desktop configuration manifest:

{
  "mcpServers": {
    "yapi": {
      "type": "SSE",
      "url": "http://localhost:${your .env PORT}/sse"
    }
  }
}

See Also

`