Courses MCP Server
by reinertisa
The Courses MCP Server provides search functionality for the Courses API. It allows users to retrieve course information.
View on GitHub
Last updated: N/A
Courses MCP Server
MCP Server for the Courses API for search functionality.
Setting Up Your Environment
Build the application
./mvnw clean package -DskipTests
Tools
get_courses
- Get courses
Java configuration in LLM config file
{
"mcpServers": {
"courses_mcp": {
"command": "java",
"args": [
"-jar",
"/Users/username/Downloads/courses/target/courses-0.0.1-SNAPSHOT.jar"
]
}
}
}