What links here: API

ARCHITECTURE
{{PROJECT_NAME}} is a Model Context Protocol (MCP) server that bridges AI assistants with a REST API.
Home
Template repository for creating MokoStandards-compliant Model Context Protocol (MCP) API servers. Provides scaffolding, configuration patterns, and architecture conventions for bridging AI assistants...
INSTALLATION
- Access to the target API with valid credentials
changelog-template
- `api_request` raw API tool
configuration
| `baseUrl` | string | Yes | Base URL of the API (including protocol, no trailing slash) |
deployment
npm run setup # Configure API connections
development
- A REST API to bridge (with documentation and credentials)
faq
A Model Context Protocol (MCP) server bridges AI assistants (like Claude) with external APIs. It exposes REST API operations as MCP tools that Claude can call directly.
security
### API Keys in Config Files
testing
### Via curl (Testing the Underlying API)
troubleshooting
### "Failed to connect" to the target API
NPM-Publishing
| `MOKOGITEA_TOKEN` | MokoGitea API operations + version bump PR | Repo or Org |

12 pages linking here.