MCP.so
登录

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.

基本信息

分类

其他

运行时

java

传输方式

stdio

发布者

anmiralles

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 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 服务器