quarkus-mcp-server-example
@anmiralles
关于 quarkus-mcp-server-example
Quarkus example about how to create mcp server which allows to interact with our REST api through Tools definition.
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is quarkus-mcp-server-example?
A Quarkus-based example MCP server that exposes tools to interact with a REST API, enabling AI agents to create and manage application records through natural language.
How to use quarkus-mcp-server-example?
Build the project with Maven, start a PostgreSQL database in Podman, run the dependent microservice, create a sample application via curl, then launch the MCP server with Goose using goose session --with-extension="java -jar ...".
Key features of quarkus-mcp-server-example
- Built on Quarkus framework
- Integrates with a REST API via MCP Tools
- Uses PostgreSQL for data storage
- Runs as a Java JAR extension for Goose
- Demonstrates MCP server creation in Quarkus
Use cases of quarkus-mcp-server-example
- Learning to build MCP servers with Quarkus
- Allowing AI agents to submit applications to a REST API
- Prototyping tool-driven interactions with backend services
FAQ from quarkus-mcp-server-example
What are the required dependencies?
Maven, Podman, Java 21, and Goose.
How do I start the database?
Run podman run -d --name db-server -e POSTGRES_USER=test -e POSTGRES_PASSWORD=test -e POSTGRES_DB=applications -p 5432:5432 postgres:16.
How do I run the MCP server?
After building, use goose session --with-extension="java -jar quarkus-mcp-server/target/quarkus-mcp-server-1.0.0-SNAPSHOT.jar".
What does the server do?
It provides tools that let an AI agent interact with a REST API, for example to create new applications.
—
Does the server use authentication?
—
Are there any known limitations?
—
其他 分类下的更多 MCP 服务器
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Servers
modelcontextprotocolModel Context Protocol Servers
Codelf
unbugA search tool helps dev to solve the naming things problem.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
评论