Content
# MCP API Gateway
API gateway service for the MCP project, developed based on Spring Boot 2.6.1.
## Features
- JWT Authentication
- Spring Security Integration
- MyBatis-Plus Database Access
- MySQL Database Support
## Technology Stack
- Spring Boot 2.6.1
- Spring Security
- MyBatis-Plus
- MySQL
- JWT
## Quick Start
1. Clone the project
```bash
git clone https://github.com/your-username/mcp-api-gateway.git
```
2. Configure the database
Modify the database connection information in `src/main/resources/application.yml`
3. Run the project
```bash
mvn spring-boot:run
```
## Configuration Instructions
- Service Port: 8080
- Database Configuration: application.yml
- JWT Configuration: application.yml
## Development Environment
- JDK 1.8+
- Maven 3.6+
- MySQL 8.0+
Connection Info
You Might Also Like
everything-claude-code
Complete Claude Code configuration collection - agents, skills, hooks,...
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
servers
Model Context Protocol Servers
servers
Model Context Protocol Servers
Time
A Model Context Protocol server for time and timezone conversions.
Filesystem
Node.js MCP Server for filesystem operations with dynamic access control.