MCP from API Definition for Timefold Quickstarts
@TomCools
MCP from API Definition for Timefold Quickstarts について
An example of an MCP server for quickstarts of Timefold
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"Timefold-mcp-quickstarts": {
"command": "jbang",
"args": [
"be.tomcools:timefold-mcp-for-quickstarts:1.0.0-SNAPSHOT:runner"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP from API Definition for Timefold Quickstarts?
This repository contains the code for an MCP server which allows you to modify certain aspects of the Timefold Quickstarts. It uses a barebones Quarkus setup with simple tool endpoints and a generated API client from the OpenAPI Spec.
How to use MCP from API Definition for Timefold Quickstarts?
Add the provided JSON configuration to your MCP client (e.g., Claude desktop) using the JBang command shown in the Run Config section.
Key features of MCP from API Definition for Timefold Quickstarts
- Simple tool endpoints for use by MCP clients
- Generated API client from OpenAPI Spec
- Barebones Quarkus setup
Use cases of MCP from API Definition for Timefold Quickstarts
—
FAQ from MCP from API Definition for Timefold Quickstarts
Does this work with the default Timefold Quickstarts?
No. This repository requires a special branch of the quickstarts and is considered more as a project for inspiration.
What architecture does the server use?
A barebones setup using Quarkus with simple tool endpoints and a generated API client from the OpenAPI Spec.
How do I run the server with Claude?
Add the following configuration to your Claude configuration file:
{
"mcpServers": {
"Timefold-mcp-quickstarts": {
"command": "jbang",
"args": [
"be.tomcools:timefold-mcp-for-quickstarts:1.0.0-SNAPSHOT:runner"
]
}
}
}
「開発者ツール」の他のコンテンツ
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
MCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
MCP Containers
metorialConnect any AI model to 1200+ integrations (MCP, CLI, API)
Grafana MCP server
grafanaMCP server for Grafana
コメント